I'm trying to store the contents of a Textbox into some table in a MySQL DB, using PHP.
It works, but when I retrieve the info, I seem to have lost all Returns (breaks).
So far I've tried to store it in a TEXT and a LONGTEXT field, which doesn't make a difference.
<TEXTAREA ROWS=10 COLS=50 WRAP=SOFT NAME=MSGTEXT></TEXTAREA><br>
I tried with WRAP=OFF and WRAP=HARD too. Doesn't make any difference either.
Ideas ?