I am using EasyPHP (my OS = Windows XP) and I wrote a little php script that should update my database every hour while the server is down.
I could include the script in index.php, but then it will only be executed if there is activity on the site.
How do I configure EasyPHP or Cygwin to complete my cron job?
THX
source
share