How to run a php or asp file on a schedule with windows XMLHTTP object and scheduled tasks
If you do alot of web developmentyou may have come across a project that required reports or emails that need to run on a schedule. You could do it all with web code by tracking the intervals your routine should run but that has one major flaw, it requires a visitor to trigger the event. If no one visits the web site the routine gets skipped and so much for your schedule. If …
More+