I have a page that checks in two different, ever changing, tables for matches and emails users if matches were found. I set the page to run once a day. But, how can I keep track of which matches were already found so I don't keep sending the same email every day with the same info? I suppose I could make another table in the db to hold all the matches and flag the records when the emails were sent, but this is a huge waste of resources.
Does anyone have any other ideas of how I could do this?
Thanks.
Does anyone have any other ideas of how I could do this?
Thanks.