I use a form to send a textarea to a php variable and want to diaplay the variable(use echo $aaa) in the same way as it inputed?can I find a httpencoder function to do this. Can you show me how to do this .thanks
the varible you pass in, just echo it!
use a string replace function to change the line returns to <BR>'s
etc...
please give me a code example.I am new for PHP.thanks.
look up string functions in the manual online, everything u need to know is there