if you don't have PHP installed as a CGI, you have to use either lynx or wget to run a PHP script with cron, something like
***** wget /path/to/script.php > dev/null
for more info on that do a google search on "run php page with cron" there are a lot of good tuts out there
a CLI is a command line interpreter