Hi All,
I need help creating a cron task to check the single value of a field stored in our mysql database. The value should be always set to 0 (Zero). Is there some way of checking this periodically and changing this back to zero from 1 if it has changed and sending an email letting me know if it has been modified??
A single value within a static table without the need to search through a series of records.
Its a long story why I need to do this but this would be the easiest way for me to monitor this if something untoward was happening.
Thanks for any replies in advance.