run php automatically

Hi,
I want to run a php script automatically after every 10 minutes on my local machine.This script will get data from a live database and perform some action.I think it is not the issue to be solved by cron job.Because i want to run it locally.
Any help will be appriciated.
Thanks in advance

Well, many ways to do this. You could write an actual program. But, I think you can also use Windows Scheduler to open a page with PHP on it which could doe the job.

Here’s a link that explains a couple of ways to do it:
http://www.webmasterworld.com/microsoft_asp_net/3282171.htm

Good luck…

Sponsor our Newsletter | Privacy Policy | Terms of Service