I'm using EasyPHP (my OS = Windows XP) and I've written a little php script that should update my database every hour while server is up.
I could include the script into the index.php but 开发者_如何学Gothen it would only be executed when there is activity on the site.
How can I configure EasyPHP or Cygwin to execute my cron job ?
thx
If its possible to have cron under cygwin then that would be one way.
Another popular way under ms windows is using the scheduler: http://support.microsoft.com/kb/308569
精彩评论