Hi there,
I have written a simple socket server in php. It runs/works fine when started from the command line or from a batch file when I'm logged on to the server hosting it, but when I try to get it to run from the windows task scheduler on startup it does not seem to work correctly. My clients seem to establish a connection to the server but it never replies.
The script is run using the full path to the PHP CLI and full path to the script -
c:\php\cli\php.exe c:\some\path\socket_server.php
It is running on a Win2000 box with PHP 4.3.9.
Any suggestions will be greatly appreciated.
TIA
Nick