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&quot;&gt;Google&lt;/a&gt;
which is not a valid html link. Is there way to export the table without mysql to convert the <
and >
chars?
im not using any code. i just use mysql command:mysql -H "select ...."
and specify the output file.
Thanks!