--- rolf vreijdenberger <[EMAIL PROTECTED]>
wrote:
> If I close the browser window before the execution
> of the script, a lot of emails do not arrive. is
> there a way to prevent this?

Try this at the top of your script:

ignore_user_abort(true);

Chris

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

Reply via email to