RE: [PHP-DB] Mail & Header Redirect

2004-10-05 Thread Bastien Koert
if you echo $Sent, what do you get? bastien From: "Valerie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-DB] Mail & Header Redirect Date: Tue, 5 Oct 2004 08:24:26 -0400 I have an email that is sent upon submission of a form. I need to redirect to a confirmation page if email is sent

Re: [PHP-DB] Mail & Header Redirect

2004-10-05 Thread Valerie
When I echo $sent, it returns 1. Thanks, Valerie - Original Message - From: "Bastien Koert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 05, 2004 10:03 AM Subject: RE: [PHP-DB] Mail & Header Redirect if you echo

Re: [PHP-DB] Mail & Header Redirect

2004-10-05 Thread Bastien Koert
so try if ($sent==true) { mailsent(); } bastien From: "Valerie" <[EMAIL PROTECTED]> To: "Bastien Koert" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: [PHP-DB] Mail & Header Redirect Date: Tue, 5 Oct 2004 12:34:27 -0400 When I echo $sent, it

Re: [PHP-DB] Mail & Header Redirect

2004-10-05 Thread Bastien Koert
can you put some output in the function itself to see if its the function that blowing up and or if its the mail call... bastien From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Bastien Koert <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Mail & Header Redirect

Re: [PHP-DB] Mail & Header Redirect

2004-10-05 Thread Valerie
t; Sent: Tuesday, October 05, 2004 3:10 PM Subject: Re: [PHP-DB] Mail & Header Redirect can you put some output in the function itself to see if its the function that blowing up and or if its the mail call... bastien From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Bastien Koer