Regular Cron problems
1. the command string is wrong, there must be space between php and /home (/php /home/ = good , /php/home/ = wrong)
/usr/bin/php /home/your_username/public_html/some_folder/cron_job_script.php
2. the cron account has limited permissions, so not all functions are...