AsianOne974
Programmer
Here's my problem. I have a textarea on my page that will display text that is stored in the database. The text can contain html. For example, if
<a href="
was retrieved from the database and placed in the textarea, the hyperlink looks like this
<a href="
where the second ¤t is replaced by ¤t. I only seem to have problems with ¤t.
Is there something I can do to prevent this?
Thanks,
<a href="
was retrieved from the database and placed in the textarea, the hyperlink looks like this
<a href="
where the second ¤t is replaced by ¤t. I only seem to have problems with ¤t.
Is there something I can do to prevent this?
Thanks,