Hi,
I have a script that pulls some data from a Mysql db and displays the output.
What I want to be able to do is run the script via cron every 15 minutes and write the output to a txt file after some simple regex.
Can anyone help me with some sample code to get me started on this?
many thanks