Richard wrote:
When I needed to do this (and my hosting co only had the module PHP) I used >LYNX successfully (as a cron job) on my site as follows:
lynx -dump -source http://domain/filename
yep, it works
but if the script is going to take some CPU, you need to check the Apache parameters who stop a PHP process after x seconde.
And it can be nice to run the script in "nice" mode, and this can't be done using apache + lynx
btw, we use the lynx method for some script :-)
bye