leegold2
Technical User
- Oct 10, 2004
- 116
I'm trying to do the following:
Have a textarea in a form, but in the textarea i want to view html source not the html. eg. if there's "&" I want to see "&" and not "&".
What I am trying yo do is make a little html editor in a form's textarea for editing MYSQL fields with PHP. But every time I SELECT a field it shows up as HTML and not html source ( I might have some html in a field along with text).
Thanks
Have a textarea in a form, but in the textarea i want to view html source not the html. eg. if there's "&" I want to see "&" and not "&".
What I am trying yo do is make a little html editor in a form's textarea for editing MYSQL fields with PHP. But every time I SELECT a field it shows up as HTML and not html source ( I might have some html in a field along with text).
Thanks