Hi All I'm trying to make crontab execute a php file, currently set it to 5 minutes for a test (but the reality will be 1 day and 7 days) Here's what i put now:
But it doesnt seems to send any result (the result should be an email reminder) Anything wrong with my cron? Thanks! asked 07 Oct '17, 17:28 deskha |
Use the full path to php binary, /5 * * * /usr/local/bin/php71 /home/MYSERNAME/webapps/PATHTOSCRIPT/email.php answered 07 Oct '17, 21:52 johns |