Quote:
Originally posted by chrispadfield
Yes dave, that would be great.
p.s. PHP can be run through the command line (and thus via cron) if it is an apache module by using lynx to run the script. Just thought you might be interested.
|
The way I'm doing it is
/path/to/php/binary /path/to/php/script.php > /path/to/output.file
It's surperbly fasy
I'll write this up soon and post it