I have a couple of files that work as a Cron Job programmed in php that need to be updated. Basically these are php script files that are scheduled job to get records from the database and email them to customers. For example one stupid error is that the current cron job file right a capital letter “H” which the system does not know how to handle. We need to add a small functionality which changes that. There are a couple of other items such as allowing the email job to select from several emails instead of just one. . . etc. The hardest part in this job will be explaining what needs to be done. Once understood – its very very easy.