09-07-2010, 09:11 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Oct 2008
Location: Cincinnati
Posts: 151
Thanks: 14
|
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?
|
|
|
|