Call a script every 10 minutes

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
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Call a script every 10 minutes

Post by aceconcepts »

Hi,

I need to call a script every 10 minutes.

I've never needed to do this before and have read that a cron job is most suitable. However, I really do not know anything about cron jobs.

Any help?
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Post by Zoxive »

Google. There are plenty of tutorials, and research, documents regarding conjob's no need for us to repeat it.

http://www.google.com/search?q=cron+jobs
Post Reply