Recommend this page to a friend! |
All requests ![]() |
> | Create a real time timer which tell t... | > | Request new recommendation | > | ![]() |
> | ![]() |
by Harsh Gupta - 8 years ago (2016-07-09)
+4 | I want to to create a timer which starts as soon as user presses "START" button and count the time moving forward till the user presses "END" button. The timer should not reset on page refresh. The timer can also be paused using "PAUSE" button and then resumed using "RESUME" button. |
+1 |
Numerical clock class is a built in PHP-JS class which allows user to: -Display digital clock on his website -display a real time timer with start ,stop ,pause and resume buttons and which keep track of the time even when user reload the page without database use...You can use this class to display the same timer on all your pages. This feature is specially made for that but you can also use different timers on each page of your website -diplay a real time timer without any button and which start once user start to navigate in your page and stop automatically when user leave your page.You can use this class to display the same timer on all your pages. This feature is specially made for that. |
+2 |
The Raptor full Stack Framework allow you to use a Timer to count the execution of a script like you want, the class Timer is located in libs/Raptor/Util/Timer.php |
Recommend package | |
|