简体   繁体   中英

Replace of cron job/cron tabs

I want to know that there is any way to create an script on windows machine in PHP that should run after an interval, let's say every after 15 minutes.

Currently I'm doing it using javaScript, but this is not an efficient way to do that as the browser tab have to be opened always (if user close it by mistake--Script will no longer execute).

So I want to know is there any method to call the script and continue to call it and it should continue to execute even the tab or browser is closed. One possible technique is to set an infinite loop (but this is not a good approach).

So any help is appreciated.

Note : If you don't like it so leave it but please don't give it negative, as my account will be blocked

The one I am aware of is AlwaysUp... http://www.coretechnologies.com/products/AlwaysUp/

this is a paid software with a free trial... there could be similar alternatives

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM