What is wrong with this cronjob?
* * * * * * php -f /Documents/Programs/WeeklyHours/weekly_hour.php
I have combed through the various cron questions on StackExchange and nothing is working. When I run php -f /Documents/Programs/WeeklyHours/weekly_hour.php in the terminal it works perfectly. I know the cron jobs are running because I am getting error mail. At the bottom of the error mail messages it is saying "/bin/sh: Applications: command not found." Any ideas on what I am doing wrong?
Thanks in advance.