PHP Script without Cron
Moderator: General Moderators
PHP Script without Cron
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
Reliably? Yes.
What kind of code do you need to execute?
What kind of code do you need to execute?
Re: PHP Script without Cron
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.