[PHP-DB] PHP Mail command

2005-06-05 Thread Ron Piggott
I have a mail() question. Take a look at this sample code below: Pay attention the $message variable ? $to=[EMAIL PROTECTED]; $subject=Test e-mail; $headers = From: [EMAIL PROTECTED]; $message = But prove yourselves doesn't and not only hears. ; mail($to, $subject, $message, $headers); ?

Re: [PHP-DB] PHP Mail command

2005-06-05 Thread Ron Piggott
That works. Thanks In reality the quote is coming in from a mysql database and the ones that have already are saved. If my quotation is stored in a variable named $quotation is there a way of doing a search and replace --- search for and if it is found replace it with \ ? Ron -

[PHP-DB] Re: PHP Mail command

2005-06-05 Thread David Robley
Ron Piggott wrote: I have a mail() question. Take a look at this sample code below: Pay attention the $message variable ? $to=[EMAIL PROTECTED]; $subject=Test e-mail; $headers = From: [EMAIL PROTECTED]; $message = But prove yourselves doesn't and not only hears. ; mail($to,