Page 1 of 1

display 9 timers in one PHP page

Posted: Wed May 13, 2009 10:29 am
by arjunmudragada
I want to display the 9 timers in one php page.each one displays the count down time for different timings.pls send me answer

Re: display 9 timers in one PHP page

Posted: Wed May 13, 2009 11:30 am
by crazycoders
Timers are not PHP related but JavaScript related...

Try to make an HTML page with the timers running correctly in JavaScript and then using PHP you can automate some of the values for your timers.

Hint: Use javascript's window.setInterval() to accomplish this!