Page 1 of 1

PHP Script without Cron

Posted: Mon Dec 22, 2014 12:45 am
by kumarrana
Quick question, is there way to run PHP code periodically (daily, weekly, monthly etc) without cron? I googled and found Cronjob being the only way to execute the script periodically.

Re: PHP Script without Cron

Posted: Mon Dec 22, 2014 1:21 am
by requinix
Reliably? Yes.

What kind of code do you need to execute?

Re: PHP Script without Cron

Posted: Mon Dec 22, 2014 1:27 am
by kumarrana
I plan have php script that shows number of "activation status" by quering MySQL. "Activation Status" increased periodically. I would like to entry new row on mySQL everyweek to keep track of changes.