3

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 then 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

Lea
  • 934
  • 9
  • 17
  • 34
pantome
  • 45
  • 1
  • 7

1 Answers1

5

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

zaf
  • 22,776
  • 12
  • 65
  • 95