emediastudios Posted February 23, 2008 Share Posted February 23, 2008 Hi all Just want a line break inbetween name, email etc... Tried putting the <br> everywhere and cant get it to work. So simple yet it troubles me. Heres the code. // prepare email body text $Body = ""; $Body .= "Hi, My name is: "; $Body .= $First; $Body .= "\n"; $Body .= "My email address is: "; $Body .= $email; $Body .= "\n"; $Body .= "My Comments are : "; $Body .= $feedback; $Body .= "\n"; $Body .= "I heard about u guys by - : "; $Body .= $survey; $Body .= "\n"; Link to comment https://forums.phpfreaks.com/topic/92576-format-email/ Share on other sites More sharing options...
timmy0320 Posted February 23, 2008 Share Posted February 23, 2008 \r\n Link to comment https://forums.phpfreaks.com/topic/92576-format-email/#findComment-474406 Share on other sites More sharing options...
emediastudios Posted February 23, 2008 Author Share Posted February 23, 2008 Thanks Link to comment https://forums.phpfreaks.com/topic/92576-format-email/#findComment-474410 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.