Hi there,
I want to take the content of a (form) text field and insert it into a MySQL database. No problem so far.
Unfortunately, the structure of the text, you know, line breaks and so on, are lost.
Any idea why? Or what I have to do keep this information?
I've tried all kinds of field types, that didn't do the trick
I'd hoped I could simply output the text preformatted, thus eliminating the need for HTML in that text.
Any help greatly appreciated!
Jan