server - Execute php script with crontab doesn't work -
i'm trying execute php script every day send automatic email clients have contacted me. try if works i'm trying execute every minute. have followed these steps:
whereis php
prompts
php: /usr/bin/php /usr/share/php /usr/share/man/man1/php.1.gz
2. make crontab -e
, add line:
* * * * * /usr/bin/php /var/www2/www/centros-sbc.com/public_html/mail/mail_automatico.php &>> /dev/null
wait minute , nothing happens. have idea?
every minute "* * * * *"
you've done "every hour @ 1 minute past"
Comments
Post a Comment