Timer help
#1

Can anyone help me with this
PHP код:
SetTimer("Stop",30,true); 
its not working and i want to set it to 30 seconds
Reply
#2

You have to set it in milliseconds. So
Код:
SetTimer("Stop",30000,true);
Reply
#3

Okay Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)