"Live Action" PHP countdown?

by 1 replies
3
#programming #countdown #live action #php
  • You can achieve that using javascript, check out the following link:

    javascript.about.com/library/blcount1.htm

    I've used it personally a few times with success!

Next Topics on Trending Feed

  • 3

    Hello all! I am making a dynamic countdown clock. The PHP script I have right now displays the exact time until the date, up to the seconds. But it doesn't refresh automatically. It displays the time until date when the page was loaded, and doesn't visually count down.