The problem I´m having is the following:
I have a form which has a TEXTAREA (with virtual WRAP). On the receiving page I put the value of the TEXTAREA in a LONGTEXT field of a mySQL table. As I already expected, any carriage return given in the textarea isn´t being written in the mySQL DB.
Is there a way to get the carriage return characters into the databasefield by using some kind of string function?
Any help is very much appreciated.
Arjen