display 9 timers in one PHP page

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
arjunmudragada
Forum Newbie
Posts: 1
Joined: Wed May 13, 2009 5:49 am

display 9 timers in one PHP page

Post 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
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Re: display 9 timers in one PHP page

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