syrillia
Oct 6th, 2009, 09:35 AM
I have a text area that contains this:
12345
12345
12345
When I submit my form, I simply echo the results onto the page, but it prints like this:
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 //>.
12345
12345
12345
When I submit my form, I simply echo the results onto the page, but it prints like this:
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 //>.