View Single Post
  #3 (permalink)  
Old 05-20-2008, 01:24 PM
Sky Captain Sky Captain is offline
WebProWorld Member
 
Join Date: Jun 2004
Location: Rochester, NY
Posts: 60
Sky Captain RepRank 0
Default Re: PHP Form Generator coding issue

Wow, that was easy.

I didn't know quite where to put it at first, but then swapped it for this section:

$message=preg_replace("/(\015\012)|(\015)|(\012)/","&nbsp;<br />", $message);

Thank You!

Last edited by Sky Captain; 05-20-2008 at 01:28 PM.
Reply With Quote