it's not /n .. it's \n

-----Original Message-----
From: Wade DeWerff [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 2:37 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mail() question


is there a way to do this in a mail() ? I need to add the $Phone and $Email
variables too the $message, but I need to format it so that it is on a new
line in the email....I tried using <br> and /n, but it formats as text not
code function. 


$message = $Info ."<br>". $Phone ."<br>". $Email;



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to