display 9 timers in one PHP page
Moderator: General Moderators
-
arjunmudragada
- Forum Newbie
- Posts: 1
- Joined: Wed May 13, 2009 5:49 am
display 9 timers in one PHP page
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
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!
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!