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
> if ($emailsuccess == "") {$emailsuccess = "Email Sent Successfully.";}

Line 29 is missing a semicolon at the end. It would have been much simpler if
you had just posted these 3 lines in the first place.

-- 
Stuart


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

Reply via email to