Jump to content

[SOLVED] php timer


zampu

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.