Re: plain text email message format

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I use

$message ="Message From: $firstname $lastname
First Name: $firstname
Last Name: $lastname
.....

";

Wolf

Schalk wrote:
> Greetings All,
> 
> Is the code below the correct way to 'build' the message for plain text
> email?
> 
> $message = "Message From: ".$firstName. " " .$lastName."
> First Name: ".$firstName."
> Last Name: ".$lastName."
> Address: ".$address."
> Home phone: ".$homePhone."
> Best time to contact: ".$bestTime."
> Email: ".$email.";
> 
> Thanks!
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux