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
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 Lis
2 matches
Mail list logo