Forum Moderators: coopster

Message Too Old, No Replies

Automated email

         

teejayuu

11:56 am on Sep 15, 2010 (gmt 0)

10+ Year Member



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

lammert

2:06 pm on Sep 15, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi Tony,

You probably need to use the Windows task scheduler for this. It should call a PHP file of your application on specified moments.

teejayuu

6:36 am on Sep 16, 2010 (gmt 0)

10+ Year Member



Thanks lammert. That works. The problem is I now have an open browser on my server. Is there a way I can close this?

coopster

10:41 am on Oct 5, 2010 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Why is there an open browser on the server?