Use as following:
$body = " Hello, here is your quote from Freight Services.Shipping from: $origin to $destinationShipping subtotal
$" . number_format($subtotal,2). "Freight charges $" .
number_format($freightCharges,2). "";
And so on
Warm Regards,
Sanjeev
http://www.sanchanworld.com/
http:/
Edward Kay wrote:
-Original Message-
From: Matt [mailto:[EMAIL PROTECTED]
Sent: 06 August 2007 15:38
To: php-general@lists.php.net
Subject: [PHP] compose html body with variables
Hello,
I'm trying to compose the body of an html email to use with the mail()
function. I'm running into p
> -Original Message-
> From: Matt [mailto:[EMAIL PROTECTED]
> Sent: 06 August 2007 15:38
> To: php-general@lists.php.net
> Subject: [PHP] compose html body with variables
>
>
> Hello,
>
> I'm trying to compose the body of an html email to use with the mail()
> function. I'm running into pr
3 matches
Mail list logo