[root@hero ~]# cat /var/log/cron | grep cma
Jan 6 15:00:03 hero CROND[20189]: (cma) CMD (/usr/local/bin/php /home/cma/public_html/{yourscriptname}.php >/dev/null 2>&1)
enzomatrix said:Maybe there's an error within the script.
Test it outside the cron job. Did it work if you call it from the browser?
Maybe you can put some debug information in the script so you can see if it's working.