MySQL table export to HTML
- by countnazgul
Hi all,
I've got a little problem with exporting MySQL data to html. The problem is that in one field i have values like this: <a href="http://google.com">Google</a> and when i export the table in html format the generated html table for this fields contains: <a href="http://google.com">Google</a> which is not a valid html link. Is there way to export the table without mysql to convert the < and > chars?
Thanks!