T-Wag
03-03-2005, 11:51 AM
I'm trying to make a form that will take it's values, pass them off to a php page, and then get written to a file somewhere on my server. Step 1 pertains to this thread.
I want a text area that the user can type a message into, but that will retain it's formatting and convert it to HTML when it's sent as a variable
Mean, ifthe user types into the text area :
--------------------text area----------------------
Hi,
How are you today?
that's good
--------------------text area----------------------
the variable will send this:
Hi,<br><br>How are you today?<br><br>that's good<br>
see what I mean?
can this be done?
I want a text area that the user can type a message into, but that will retain it's formatting and convert it to HTML when it's sent as a variable
Mean, ifthe user types into the text area :
--------------------text area----------------------
Hi,
How are you today?
that's good
--------------------text area----------------------
the variable will send this:
Hi,<br><br>How are you today?<br><br>that's good<br>
see what I mean?
can this be done?