convert html text code
Posted: Fri Sep 23, 2005 5:59 pm
I have this saved in DB table:
<a href=abc.php/>link</a>
Now if I retrieve it from DB, it will display the html code:
<a href=abc.php>link</a>
instead of the hyperlink, how can I fix this issue? thanks.
<a href=abc.php/>link</a>
Now if I retrieve it from DB, it will display the html code:
<a href=abc.php>link</a>
instead of the hyperlink, how can I fix this issue? thanks.