I wrote a PHP script that sends me an email. I want to use the cron manager to run this once a week. The trouble is I tried setting it to run on today date and time, but it did not work. When I run the script manually from my public_html directory with my webbrowser it works fine. I am trying to run another copy of the scipt with the cron manager from a folder on my root directory. Would the command I should put in the "Command to run:" box be: /DIRECTORY_NAME/MY_SCRIPT.php ?? Thanks for your help.