Jump to content

Php timer to track how much time is used


icpeanuts

Recommended Posts

Hi,

 

I am new to php. I am learning how to program using php. I am doing a project now. I want to use php to create an ON/OFF switch/button. The default of the button is OFF. If you push the button, the switch will be ON. To the right of it will display in seconds how long it is been on. Once I click on the button again, it will STOP. The timer will display.

 

Almost like a stop watch. Can someone teach me how to program this using php?

 

Detail would be great, I am very new to PHP. Thanks

Link to comment
https://forums.phpfreaks.com/topic/76728-php-timer-to-track-how-much-time-is-used/
Share on other sites

Things that count, or tick, or whatever, are done with language that runs INSIDE the browser. PHP does not, it only processes at the server level. It does one pass over the code fed to it, then goes back to sleep.

 

Therefore, as mentioned, javascripting is used for this stuff...

 

PhREEEk

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.