I have a mySQL database using a PHP front end that is used as a call logging system. Clients call their clients and the results of those conversations are logged into the database. Periodically they would like to send emails to the management containing the information within the call logs. I can extract this information from the database and email it perfectly. How would I go about automating it? Is a cron job the only option? If so... how would I go about doing that? If not, what are my options?
K