If your PHP cronjob isn't working, you can try using the following execution string
/usr/local/bin/php -q /home/youraccount/public_html/yourscript.php
The first part is the PHP version you are using for your hosting account and the second part would be the path to your php script.