whenever I write something inside a <textarea> form element, after i press "enter" in the keyboard, the characters in the next line are not passed on to the querystring. I've tried both "<form method=post>" and "<form method=get"> but it doesn't show up either way.
Is the query string that is passed supposed to also show the control characters (i.e "carriage return" and "line feed"
and the characters after that? If so, how?
Thanks
----------------
I have improvised by inserting "<BR>" inside the "<textarea> element" in order to show the next line. But the form that i've used to post this message doesn't need that (i.e. i just press enter).
Is the query string that is passed supposed to also show the control characters (i.e "carriage return" and "line feed"
Thanks
----------------
I have improvised by inserting "<BR>" inside the "<textarea> element" in order to show the next line. But the form that i've used to post this message doesn't need that (i.e. i just press enter).