How do I execute a query once a day and output results to flat file using cron? – Plesk
I have a PHP/MySQL web site where I want to output the # of entries in a DB/table on the main page, but I don't want to make this query every time a user hits the home page. I want…