i am wondering if there is a way to get a <br> inserted when somone presses enter to start a new line in a textarea. preferably this would be in the script that runs after the user submits the filled out textarea, not using javascript to put it in in so they can see it. If there is a HTML code line for enter or something (like ther is for open tag and close tag ( < + > ).
this is because when someone on my script submits their textarea with a new paragraph, and then i echo it or send it by e-mail etc. the new paragraph is lost and i want to display this to the public through a form instantly so i need it to look how the user intended.
any help would be muchas appreiciated, and thanks you very much in advance for any help.
thanks,
jwb666