I can't get this to work. 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>
<BR>
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">
</form>
The next page shows their address all on one line, instead of formatted.
What is the most efficient way to make a person's name and address appear like this:
Jon Doe
1 Main Street
NY NY 12345
and NOT like this:
Jone Doe 1 Main Street NY NY 12345