Active Countdown

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
th3gh05t
Forum Newbie
Posts: 22
Joined: Tue Apr 20, 2004 11:52 pm

Active Countdown

Post 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!
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post 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.
Post Reply