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 '&lt;' and '&gt;'

Mi piece of code:
----------
<textarea name=mytext rows=14 cols=60 wrap=virtual>$D Brow->text</textarea>...