Page 1 of 1

Active Countdown

Posted: Tue May 11, 2004 12:04 pm
by th3gh05t
Hi,

I am not sure if this can be done in php or not.

I would like to see an active countdown script that counts down to a specific date. One that shows you how many seconds and days and hours and minutes are left, and it is actively counting them down.

Do you know what I mean?

Thanks in advance!

Posted: Tue May 11, 2004 12:15 pm
by magicrobotmonkey
That would have to be in client side. PHP is server-side; you could display the countdown at the moment the script runs, but it won't be ticking off the seconds. You'd have to do it in javascript.