Jump to content

start timer even with closed Button


Eagle66

Recommended Posts

Hi,

I have a timer. I want a timer, that even runs at a closed browser.

 

Example of my problem:

After Button-click: There is a delay of e.g. 10 minutes, then someting happens. Unfortunately this only works with an opened browser but not when browser was closed.

 

How do I do that?
Thanks in advance and kind regards

Link to comment
https://forums.phpfreaks.com/topic/282947-start-timer-even-with-closed-button/
Share on other sites

If you are okay with minute precision (so your thing executes within 60 seconds of when you want it to) then cron is the way to go: record the "something" somewhere, then make a script that executes (via cron) every minute. That script gets all the "somethings" it's supposed to do and does them.

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.