Setting a PHP script as a Windows Service
I need to set up a PHP script as a windows service. I need it to run regardless of which user is logged in, and on system start up - so it sounds like a windows service is best, but am happy to hear other suggestions. (This script runs continuously, it's not a "run every 5 mins" thing I could use the Scheduled Task Manager for.) http://support.microsoft.com/kb/251192 covers using the sc.exe program to install your service. But from what I've read, I need to have a wrapper round the PHP script to accept the special commands from the windows service manager. Can anyone help with this? rodneyrehm