Hi.
Got a HTML/php-form with a textarea.
When I post the form to the MySql-db and try to recieve the info again using php, the newlines entered in the textarea does not appear. It generates only a straight line with text.
I`ve tried WRAP in the HTML/php-code without any luck.
Does anyone know wheter the problem is in PHP, MYSQL or in the form itself?
Freddy....