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 Quote 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? Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/55029-solved-php-timer/#findComment-272032 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.