Hello.
I designed a form to edit some DataBase's fields. But some
of these fields contain '<' and '>' characters. And
these characters are '<' and '>' in HTML.
So if want to edit these fields, the form converts them
into '<' and '>'. And I want to mantain '<' and '>'
Mi piece of code:
----------
<textarea name=mytext rows=14 cols=60 wrap=virtual>$DBrow->text</textarea>
----------
Any suggestion? Thank you very much.