Hi,
My problem is that when I save some text in MySQL from a form, I can't print it out correctly afterwards. I need some way to add new lines. example:
testing1
testing 2
testing 3
Is in the database, but when I print it to the screen it's
testing1 testing 2 testing 3
How can I make the the seperation of the lines?
Thanks.