View Single Post
  #2 (permalink)  
Old 05-19-2008, 09:21 PM
sands's Avatar
sands sands is offline
WebProWorld Veteran
 
Join Date: Sep 2005
Location: Kerala, India
Posts: 395
sands RepRank 1
Default Re: PHP Form Generator coding issue

Use this bit of code to do so:
Code:
$message = str_replace("<br />", "\r\n", $message);
Where "message" is the name of the input field.
__________________
My Nook | My Biz | My Photos
Reply With Quote