Operating System: Windows 2003 Server
Using XAMPP
Now , I have to develop a Scheduler for these reports, For Example I have 3 Reports.
These reports are PHP Files
Report1.php
Report2.php
Report3.php
I want to send them(Execute them) automatically as follows
Report1.php on Monday 9AM
Report2.php on Friday 9AM
And Report 3 on Saturday 12PM.
Do you have any Idea?