I try to make cron execute a php file. I opened crontab, wrote:
07 * * * * /usr/bin/php /var/www/html/folder/cron.php
The php file should send an email.
But cron doesn't work. The php script works itself.
Ideas?
I try to make cron execute a php file. I opened crontab, wrote:
07 * * * * /usr/bin/php /var/www/html/folder/cron.php
The php file should send an email.
But cron doesn't work. The php script works itself.
Ideas?