well you actually try to run the php page.
this is not a binary or shell script file.
to execute the script right you should run it in a browser.
or php-cli (command line interface).
the command i suggest you to run in crontab is:
lynx -accept_all_cookies localhost/your_page.php >> /var/log/log_file.php
hopes this helps
yahel