is there any way to store multiple lines in a mysql field? say if I had the following text:
"This is one line,
and this is another,
.
.
and yet a third, apart from the others"
and I wanted to insert that into a field, and then extract it, but keeping the same format. A text field will store it as one line, removing the carriage returns. Any ideas?