I'm still not getting this to work. I've studied the http headers, but can't figure out what to do:
When a visitor types their name and address into my "submit" form
<form method="post" action="nextpage.php">
<TEXTAREA NAME="info" COLS=33 ROWS=6>
</TEXTAREA>
<INPUT TYPE=submit NAME="Submit" VALUE=Submit></form>
The next page is to show their 3-line, or 4-line address, exactly how they typed it. But, instead, it's appearing all on one line, instead of how it was typed. What is the most efficient way to make the person's name and address appear like they typed it:
Jon Doe
1 Main Street, Apt #123
NY, NY 12345
and NOT like this: Jone Doe 1 Main Street NY NY 12345