I want to add a scheduled email notification system in my project. I developed a php based registration system where the client and Realtor create a account. In the registration process the client and Realtor will enter their zipcodes.
Is there a way to create a php script that will automatically scan through the database to check and see if the client and Realtor zipcodes match, that will do this on a scheduled task and that will email the Realtor when a client zipcode matches the Realtor zipcode. I'm still a php newbie so please professional suggestions will help.