Re: [PHP] Run Process in back ground

2008-02-13 Thread Richard Lynch
On Mon, February 11, 2008 1:23 pm, Richard Kurth wrote: > Is there a way that I can call a function that will send an email and > then move on redirecting to another website without having to what for > the email to send? > SendEmail($memberemail,$MailFrom,$MailHost); > header("Location:http://doma

Re: [PHP] Run Process in back ground

2008-02-12 Thread Nirmalya Lahiri
--- Richard Kurth <[EMAIL PROTECTED]> wrote: > Is there a way that I can call a function that will send an email > and > then move on redirecting to another website without having to what > for > the email to send? > SendEmail($memberemail,$MailFrom,$MailHost); > header("Location:http://domain.c

Re: [PHP] Run Process in back ground

2008-02-11 Thread Per Jessen
Stut wrote: >> Yes: >> >> mail( ); >> header("Location:http://domain.com";); >> >> >> mail() only takes as long as it takes to drop the mail in your local >> filesystem. > > Not necessarily. As discussed at length on this list last month > sendmail (or a substitute) may try to deliver the

Re: [PHP] Run Process in back ground

2008-02-11 Thread Stut
Per Jessen wrote: Richard Kurth wrote: Is there a way that I can call a function that will send an email and then move on redirecting to another website without having to what for the email to send? SendEmail($memberemail,$MailFrom,$MailHost); header("Location:http://domain.com";); Yes: ma

Re: [PHP] Run Process in back ground

2008-02-11 Thread Per Jessen
Richard Kurth wrote: > Is there a way that I can call a function that will send an email and > then move on redirecting to another website without having to what for > the email to send? > SendEmail($memberemail,$MailFrom,$MailHost); > header("Location:http://domain.com";); Yes: mail( ); h

Re: [PHP] Run Process in back ground

2008-02-11 Thread Daniel Brown
On Feb 11, 2008 2:23 PM, Richard Kurth <[EMAIL PROTECTED]> wrote: > Is there a way that I can call a function that will send an email and > then move on redirecting to another website without having to what for > the email to send? > SendEmail($memberemail,$MailFrom,$MailHost); > header("Location:h

[PHP] Run Process in back ground

2008-02-11 Thread Richard Kurth
Is there a way that I can call a function that will send an email and then move on redirecting to another website without having to what for the email to send? SendEmail($memberemail,$MailFrom,$MailHost); header("Location:http://domain.com";); -- PHP General Mailing List (http://www.php.net/) T