/usr/bin/php /home/igor/public_html/cron_job.php >>/home/igor/public_html/log.txt 2>&1
Where 'igor' is replaced by your cPanel username and you adjust the path for both the script to run and the log file. This way any errors or output from your script will be logged.
The time part would...