View Single Post
Old 09-07-2010, 09:11 AM   #1 (permalink)
KingOfTheSouth
The Acquainted
 
KingOfTheSouth's Avatar
 
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
KingOfTheSouth is on a distinguished road
Default Countdown timer with php

I have not worked a lot with javascript in the past. What I am trying to is make it count down live with javascript and php. The php statement is
PHP Code:
<?=countup($site[cron5min]+300)?>
this is what I have up now but you have to refresh the page to see that the time has gone down. I want the javascript to do it live and automatically refresh when it gets to zero because it will restart the countdown. Can anyone help me out?
KingOfTheSouth is offline  
Reply With Quote