try changing your crontab entry to this:
0,15,30,45 * * * * /Users/webfiles/sites/dir/
and if it needs to run as root, put it in root's crontab
Main Topics
Browse All TopicsI need to execute a PHP every 15 minutes but can't get it to work.
(Note: very new to mac an don't anything about crontab or atrun)
OS = Mac OX 10.2.8
I modified crontab file to include:
*/15 * * * * root /Users/webfiles/sites/dir/
It still doesn't execute.
What do I have t do, if I need use at or atrun how do I do this.
thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
thanks for the help everyone. I got it to work with:
0,15,30,45 * * * * /usr/local/php/bin/php /users/webfile....
Both you had useful information that guided me in the right direction so I will split the points between you. dtkerns gave the most useful so I will award him the most points.
Again thanks to both of you.
Business Accounts
Answer for Membership
by: brettmjohnsonPosted on 2004-02-19 at 23:53:15ID: 10410263
Try this:
tutorials/ tutorials. cfm/155/PH P/
http://www.htmlcenter.com/