Cron job and EasyPHP
Posted
by pantome
on Stack Overflow
See other posts from Stack Overflow
or by pantome
Published on 2010-04-15T10:36:28Z
Indexed on
2010/04/15
10:43 UTC
Read the original article
Hit count: 407
Hi,
I'm using EasyPHP (my OS = Windows XP) and I've wroten an 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
© Stack Overflow or respective owner