I have a text area that contains this:

Code:
12345
12345
12345
When I submit my form, I simply echo the results onto the page, but it prints like this:

Code:
12345 12345 12345
How can I get it to print exactly as posted? With the new line? BTW, this is going to be public, so I don't want the users to have to use <br //>.