PHP Script without Cron

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kumarrana
Forum Commoner
Posts: 26
Joined: Sat Sep 01, 2007 12:55 pm

PHP Script without Cron

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP Script without Cron

Post by requinix »

Reliably? Yes.

What kind of code do you need to execute?
kumarrana
Forum Commoner
Posts: 26
Joined: Sat Sep 01, 2007 12:55 pm

Re: PHP Script without Cron

Post 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.
Post Reply