[PHP] More mail() questions.

2002-11-25 Thread Beauford.2002
Hi, Thanks to all who replied to my previous email. One more small problem. I am trying to get the message portion of the email to have line breaks, but whatever I do it displays on one line. This is what I have. $message = First Line\n; $message = First Line\n; -- PHP General Mailing List

[PHP] More mail() questions.

2002-11-25 Thread Beauford.2002
Hi, Sorry, my last email got sent by mistake. I am trying to get the message portion of the email to have line breaks, but whatever I do it displays on one line. This is what I have. $message = 1st Line\n; $message .= 2nd Line\n; $message .= \n; $message .= 3rd Line\n; $message .= \n;