Hi
I have been tasked to build an application using MySQL, PHP on IIS7. One of the criteria is that the application checks after 1 day (and again after 3 days) to see if a flag has been set. If it hasn't the application then sends an email to an individual with data from MySQL.
My application already sends notification emails to the invidiual as part of the user interaction with the application, what I'm looking for is to do a similar thing without user interaction. Is there a way to do this?
Thanks
Tony