How does one create a PHP script that checks the MySQL row consistently and if a set query is matched, it starts an event, such as sending an email?
For example, on query match Fire
start email:
To: [email protected]
From: [email protected]
Subject: Set query met, auto email complete.
It would be around MySQL5. I'm stuck on this. Am I best to do it in Perl or similar? Perhaps it could also email various users? (This isn't the hard bit. :P)