Posted by ghostwalker on 01/13/07 22:42
Hi
I have an HTML form with a textarea on it. When submitted (using 'get'
not 'post') this forms action php file simply does this to retrieve the
values:
$message = $_GET["message"];
Now it all works fine but I get the string in one long string with no
'\n' where the user pressed 'return key'
How can I get the carriage returns in the textarea to be replaced with
a '\n' ??? Its driving me nuts here!!
Navigation:
[Reply to this message]
|