Hi,
I have a php form that inputs the data from a 'textarea' field called 'description' to a mysql table with a 'text' field of the same name.
How do I get the mysql text field to keep the same formatting as input by the user, eg. line spacing, carriage returns etc...
Could it be the problem is with my php form stripping out line breaks and extra spaces before inputting the data ?
Cheers.