do this after 5 seconds

A

Anonymous

Guest
Does any one knows the function like go to page after 5 seconds. Or run code after 10 seconds ?
 
you can use sleep() http://www.php.net/sleep or do a meta refersh

Code:
<meta http-equiv="refresh" content="600" />
 
Thank you but not like that. Like when you are in a competition a timer watch is working. How can I make the timer script. ? ? ?
 
Back
Top