i m using 'htmlarea' as TEXTAREA in a FORM to let users insert data.
(
http://www.htmlarea.com/ )
users can write WYSIWYG type HTML code; that gets inserted ( as e.g. this is <STRONG>India</STRONG> today. ) into db.
a big problem is now i want2call this is <STRONG>India</STRONG> today. from db into (value attribute!) of TEXTAREA
is should display as: this is
India today.
so users can edit posted content easily.