I'm having the same problem. I have PHP installed as an Apache module, and I need to schedule a script to run every day. I put a line to hit the page in my cron to load it via lynx, but, even though I can load that page manually using "lynx [url]http://...[/url]" it won't work in my cron. My crontab line looks like this:
40 7 * root lynx http://someserver.com/phpscript.php
as I want the script to run at 7:40am.
Do I need to use lynx with some sort of option or specify a different user to run the cron?
This is on Mac OS X 10.1.5 with PHP 4.2.2, and the most recent version of lynx (can't remember off the top of my head).
Thanks for any help,
Steven