Forum Moderators: coopster

Message Too Old, No Replies

getting an HTML format

How RTF is used?

         

web_server

8:23 pm on Mar 25, 2006 (gmt 0)



Hi ,
I have a simple form :
<form action="p.php" method="post">
<textarea wrap= ></textarea>
</form>

I want to get the content of the textarea in an HTML format .
I thought using RTF will help , but because I'm new to PHP I could not understand what are these RTF about .I tried some of them but can't use them the right way.
All I want to do is putting something instate of the textarea to get an HTML formt of what the user is writing on that box to do some manipulation in p.php when the user submitted the form .

I hope that I'm clear with my question.
Thank you.

dreamcatcher

9:09 am on Mar 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



RTF is actually javascript. Have you tried FKEditor?

[fckeditor.net...]

dc