you'll have to check with your web server to see if they allow for crons to be set up. it's basically a daemon that runs on your web server where you can set triggers to go off after certain time intervals (minute, hour, day, month, etc).
In this case, it would trigger a PHP script which would select all the rows from your db where value = 1 then send off an email to your group.