So something like this:
00 * * * * /usr/local/bin/php /home/john/myscript.php
The 00 * * * * means hourly
/usr/local/bin/php - where php main engine is in
/home/john/myscript.php - the script to run (physical path)
You can use also @hourly special key:
@hourly /usr/local/bin/php /home/john/myscript.php