Need Check Database/update 11.02.09
I am trying to run a Cron job on my database.
I have a database that has a table in it with some important info.
I want to be able to setup a cron job to look for a certain value…and if the value is found…then the task is completed.
If the value is NOT found…then I want the database value to be changed to the correct value, and I want to be notified via email of this.
I assume the best way to do this is via a webpage that the cron job calls…which then performs this task.