Hi,
> Is there a PHP function that would allow the script execution to pause 'N'
> seconds? This is analogous to the dBase inkey() function.
sleep(20);
20 = seconds
-Dan Joseph
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

