Forum Moderators: coopster

Message Too Old, No Replies

Execute Cron Job in Cpanel using PHP script.

How you can add Cron Job at Cpanel.

         

lampexpert

11:15 am on Aug 19, 2013 (gmt 0)

10+ Year Member



In cpanel the following will also work:
0 0 * * * php -q /home/serverpath/file.php

Note: This will execute every 12:00 AM(Server Time) morning.

penders

12:59 pm on Aug 19, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there a question in there somewhere?