Hi,
I'm having a lot of trouble getting cron to execute my php script.
I have tried so many different things, but here is what I am doing so far..
Created a simple php file - verified code actually works
Created a file called crontest(with or without extension):
" * /usr/local/bin/lynx http://www.mydomain.com/folder/simplescript.php3"
Ive also tried /usr/local/bin/lynx - dump url
Issued the command:
"crontab crontest"
This is the error I get:
lynx: Can't access startfile
The script works fine if I just run lynx manually.
I don't know what else to try..
Dave