Re[2]: [PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Stuart Dallas
On Friday, June 7, 2002 at 7:08:00 PM, you wrote: > Lines 29, 30, and 31 > //29 > $headers = $from . "\r\n" . $bcc . "\r\n" > //30 - The Next Line is where I'm getting the parse Error at: > mail ($to, $setting_site_name, $mailpost, $headers) or $emailsuccess > ="Failure sending email."; > //31 >

Re: [PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Anti-Blank
t;) {$emailsuccess = "Email Sent Successfully.";} - Original Message - From: "Chris Knipe" <[EMAIL PROTECTED]> To: "Anti-Blank" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 12:40 PM Subject: Re: [PHP] Parse Error i

Re: [PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Chris Knipe
L PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 7:53 PM Subject: [PHP] Parse Error in my Mail Function -UPDATED Sorry I was too sleepy to realize the Red and BOLD wouldn't come through on the list. Here is the message again but I was smart enough this time to com

[PHP] Parse Error in my Mail Function -UPDATED

2002-06-07 Thread Anti-Blank
Sorry I was too sleepy to realize the Red and BOLD wouldn't come through on the list. Here is the message again but I was smart enough this time to comment those section. All right I've used the help that I've gotten before about this and edited this function of code I have. Initially the cod