Tomer
11-16-2004, 04:05 PM
Hello,
I have a problem with some HTML/PHP forms [textarea].
I have a textarea, and lets say you write this in the textarea.
-----------
Hello,
1, 2, 3
4, 5, 6.
-----------
After sending it, the form variable [$_POST] will contain:
-----------
Hello, 1, 2, 3 4, 5, 6.
-----------
How do I get it to count the line breaks?
Thanks
I have a problem with some HTML/PHP forms [textarea].
I have a textarea, and lets say you write this in the textarea.
-----------
Hello,
1, 2, 3
4, 5, 6.
-----------
After sending it, the form variable [$_POST] will contain:
-----------
Hello, 1, 2, 3 4, 5, 6.
-----------
How do I get it to count the line breaks?
Thanks
