I need to take weekly report of members using crontab in fedora core 6.
I updated this line in etc/crontab
0 * * * * lynx -dump http://domain.com/weeklyreport.php
then in comand prompt I gave as
crontab crontab
but still not getting report in the mail
If i give 10 then i need to get report every ten minutes.
What is wrong in it? I am not getting report.
All php script written in the weeklyreport.php and it resides in root.
Regards, Thomas