sgoodwin Posted April 5, 2007 Posted April 5, 2007 I wonder if someone might be able to help me with this (or maybe just tell me if I'm better off hiring someone to do it for me, if it's too involved for this forum): I need a cronjob to run each weekday at a particular time in the afternoon. I want it to go get the contents of certain fields in a table in one of my databases, export the contents to an excel file, and e-mail it to a couple of people. After it's mailed the records each day, I want it to start over and mail the new day's records the following day. Thanks in advance for any advice you might give me. Quote
TCH-Bruce Posted April 5, 2007 Posted April 5, 2007 First you need to write the script to get the data and convert it to a spreadsheet. Then you can add a routine to email the created spreadsheet. Once you have that, it is simple to create a cron job to run it. Quote
sgoodwin Posted April 5, 2007 Author Posted April 5, 2007 First you need to write the script to get the data and convert it to a spreadsheet. Then you can add a routine to email the created spreadsheet. Once you have that, it is simple to create a cron job to run it. alright, so I'll hire someone to write the script... in what language would you say? PHP? Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.