sleep() should do what you need.
www.php.net/sleep
Regards,
Nathan
- Original Message -
From: Donpro
To: php list
Sent: Monday, November 10, 2003 12:49 PM
Subject: [PHP] Pausing in PHP
Hi,
Is there a PHP function that would allow the script execution to pause 'N'
--- Donpro <[EMAIL PROTECTED]> wrote:
> Is there a PHP function that would allow the script execution to pause
> 'N' seconds? This is analogous to the dBase inkey() function.
When I search Google for "PHP pause", the firt result mentions the sleep()
function. Did you try finding the answer yoursel
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.
3 matches
Mail list logo