Ok, so i am using windows task sheduler to open the browser and run the php script file. Now, the problem is that i want to do it on the machine which doesnt have Apache (or any other web server ) installed. What is the best way to make sure that the script is run on a schedule and the results is not just a php code displayed as a text on a browser window.
I am sort of thinking of maybe running the script on the machine which DOES have apache and email the results (HTML/plain text) to all people concerned. but HOW to accomplish that. I am using php v5.x on vista (WAMP setup).
Regards,