Cron Job

Jeffreybr

Verified User
Joined
Aug 8, 2006
Messages
11
hi,

i have a problem with making a cron job.
i added this one to the cron jobs:

Minute 0
Hour 0-23
Day of Month 1-31
Month 1-12
Day of Week 0-7
Command /home/belservice/public_html/gsm-accessoires/admin/cron_responder.php


i want a cron job which will be executed every hour.
why does this not work?
 
Last edited:
sample of hourly cron:

Minute 0
Hour *
Day of Month *
Month *
Day of Week *
Command /usr/local/bin/php /home/belservice/public_html/gsm-accessoires/admin/cron_responder.php

(you need to provide th full path of PHP if your script is not executable)
 
Back
Top