cron job help

We don't know the structure of your hosting account so cannot confirm. If you have terminal access you can check if that is correct path by running the following command:

ls -lrt /home/username/public_html/folder1/folder2/execute.php

If that command find the file then the path is correct. If you don't have terminal access then try it and see if it works.
 
Well as its shared hosting my account sites within /home/username and my website is within public_html... I guess I will find out when it runs on Thursday :p
 
The path will be listed either under your control panel or do a $_SERVER['DOCUMENT_ROOT'] from within the directory and it'll list the path (alternatively just create a phpinfo(); page).
 
Back
Top Bottom