MySQL table export to HTML

Posted by countnazgul on Stack Overflow See other posts from Stack Overflow or by countnazgul
Published on 2010-04-27T07:53:58Z Indexed on 2010/04/27 8:03 UTC
Read the original article Hit count: 389

Filed under:
|
|
|

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: &lt;a href=&quot;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?

Thanks!

© Stack Overflow or respective owner

Related posts about mysql

Related posts about export