Help: Auto run script

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
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Help: Auto run script

Post by raghavan20 »

I am generating RSS.
I am looking for a script which should run on its own after certain interval of time.
Wot I do, I read different sources and load them to the mysql database and then generate a RSS feed.
Now, I want something that should trigger those functions for every certain 'n' number of minutes.
Any suggestions regarding this and normal generation of RSS techniques is appreciated.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

cronjob
Post Reply