I've written a script that checks my email.  However, when I run the script
(from the command line) -- I want it to loop with a 5 minute delay and the
ability to stop the program anytime by pressing a key on the keyboard (say)
the ~ key.

Anyone know how to do this?

<?

    function check_mail()
    {
        // my email code is here
    }

    check_mail();

?>

thanks.
jason



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

Reply via email to