Cron Job - Please help

Status
Not open for further replies.

Spadurgan

New Member
Messages
12
Reaction score
0
Points
0
Mods,

Thanks for the help earlier. I was *finally* able to connect to my Database.

Now all I am trying to do is run a cron job...

Please tell me if below is in the correct format:

/usr/local/bin/php -f /home/spadurga/public_html/iem/admin/cron/cron.php

If that is correct, when would the 'job' begin to run?

(Sorry, new to Cron!)

-- Spadurgan :dunno:
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Use:
php-cron /home/spadurga/public_html/iem/admin/cron/cron.php
You can set how often it should run using the standard Cron tool in cPanel (The Advanced tool is not recommended unless you know what you are doing).
 
Last edited:
Status
Not open for further replies.
Top