Hi,
I've tried variations on the crontab, and just can't get the thing to be automated!
Any ideas? I've tried:
* * * * * TERM=vt100 /path/to/lynx -source "http://..." >> /dev/null
* * * * * /path/to/lynx -source "http://..." >> /dev/null
* * * * * /path/to/lynx -source "http://..."
Ive tried the curl command, lynx -dump, even cgi php commands - no luck!
My question is - the php file has variables outside of the file ie. ?jaction= etc. does that work with cron or not?
Would the path to wget be the same as the path to lynx?