Hi :
I have a form which has a multiline
textfiled , the action is assigned to
a php program .
if I put text like a<ENTER>c and echo
it , I get a c instead a<NEWLINE>c.
also if I redirect back to the form
use like header: form.php?text=textfied,
it only give me a but no c.
How can I do that ?