zampu Posted June 11, 2007 Share Posted June 11, 2007 Ok, i need a script that will do the following Once you click a link it will set a 10 seconds timer. Once the ten seconds are up, you can click another link. $timer = dk how to set this up if ($timer == 0) { mysql query to set click = no } else { mysql query to set click = yes } then i can make the script for the clicking...just the timer....Thanks Link to comment https://forums.phpfreaks.com/topic/55029-solved-php-timer/ Share on other sites More sharing options...
AndyB Posted June 11, 2007 Share Posted June 11, 2007 er, once you click a link won't you be on a different page? Link to comment https://forums.phpfreaks.com/topic/55029-solved-php-timer/#findComment-272029 Share on other sites More sharing options...
zampu Posted June 11, 2007 Author Share Posted June 11, 2007 iframe. Link to comment https://forums.phpfreaks.com/topic/55029-solved-php-timer/#findComment-272030 Share on other sites More sharing options...
zampu Posted June 11, 2007 Author Share Posted June 11, 2007 Maybe i could just set a cookie to expire in 10 seconds. Link to comment https://forums.phpfreaks.com/topic/55029-solved-php-timer/#findComment-272032 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.