I want to run php file every hour using cronjab

0 * * * * root /usr/bin/lynx -dump http://mydomain.com/weeklyreport.php

I put this line in etc/crontab. I do not get any mail.

Weeklyreport is to generate and send it to my mail id.

If you know pls advise crontab what is wrong

link|improve this question
possible duplicate of Cronjob weekly report on fedora core 6 – theotherreceive Jun 28 '10 at 12:31
feedback

1 Answer

Remove your current cronjob, and try using this command to edit your cron jobs:

crontab -e
link|improve this answer
feedback

Your Answer

 
or
required, but never shown