In PHP, is there a way to set up a timer that would run a certain PHP script over and over again with some interval (e.g. 30 min)? I know it's sure possible with cron, but I'm more interested in a vanilla PHP solution.
Asked
Active
Viewed 480 times
0
-
Take a look at this link: http://stackoverflow.com/questions/2143760/schedule-scripts-without-using-cron – Albzi Feb 10 '14 at 14:25
-
Or http://stackoverflow.com/questions/17950304/run-a-php-cli-script-indefinitely – Brian H. Feb 10 '14 at 14:31
-
@BrianH. Well, not really that one – Desmond Hume Feb 10 '14 at 14:32