I do not know if someone has replied to your help but this is how you can do it
Open a terminal connect to your server and type
Most probably you will get this
/usr/local/bin/php
then add this to the first line in the PHP file you want to run with your crontab
#!/usr/local/bin/php
<?# your PHP code goes in here
?>