I'm using cpanel's cron job section and I need to have it run a file once every hour. Assuming the location of my file is /home/user/public_html/ads/maintenance/maintenance.php, what do I need to input for my command line?
If there arent any members here with experience with Cron jobs, could someone direct me to someone/somewhere that does?
Assuming the php cli executable is located in /usr/local/bin/ /usr/local/bin/php /home/user/public_html/ads/maintenance/maintenance.php Code (markup):
The command would be the path to your file, that is: /home/user/public_html/ads/maintenance/maintenance.php