RE: [PHP] compose html body with variables

2007-08-08 Thread Sanjeev N
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:/

Re: [PHP] compose html body with variables

2007-08-06 Thread Matt
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

RE: [PHP] compose html body with variables

2007-08-06 Thread Edward Kay
> -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