Any ideas if it's possible to keep a script running for a short time after a client has been redireced?
i.e:
<?
header("Location: http://php.net");
# contunue running...
mail("[EMAIL PROTECTED]", "Hey", "Hi!");
?>
Using Redhat Linux, Apache & PHP 4.2.2.
Much thanks!
-Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

