Forum Moderators: coopster & phranque

Message Too Old, No Replies

waiting to execute commands

         

Profeet

4:23 pm on Mar 18, 2006 (gmt 0)



i m realy new to this, i can find a way to let a cgi script wait like 1 hour after it is executed and then after 1 hour it automaticly executes the other commands in the script.

perl_diver

6:59 pm on Mar 18, 2006 (gmt 0)

10+ Year Member



one hour seems extreme. But there is wait() and sleep().

DrDoc

3:50 am on Mar 19, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have used sleep() to do that in the past.