Morning all,
I have a php script which I have been testing, and seems to run fine when I call it from the command line.
I now want to automate it via cron, how can I get the outputs I have put into the file as checkpoints into a log file?
eg I have some simple echo commands in the script and I'd like the output to appear inside an existing log file (so that it get's automatically rotated etc)
thanks,
Greg