Funny you should ask. I just wrote another post that deals with cron jobs 😃
Just crontab -e and add something similiar at the bottom...
0 /usr/bin/php -c /etc/php4/cli/php.ini -f /var/www/mysite/giveextraturn.php
If you need a reference for information about setting up cron jobs (well, editing the file anyway) use this link
I have used the /usr/bin/php -c switch to specify a different php.ini file. In mine I have changed max_execution_time to 3000 so that php files can run longer than the default (My apache php.ini file was defaulted to 30 seconds.)
Whoops, just read above and see that you don't have shell access. Hmm???????????????