I've got a simple socket server script which I'm trying to run with PHP5 on win2000/IIS5 with no luck. I'm new to running things from the command line (and anything that isn't basic database interaction) to be honest and have a couple of questions:
1) I've uncommented the appropriate lines in the php.ini file to enable sockets and the extension shows up in my phpInfo page but I see this in many online tutorials: 'PHP binary must be compiled with --enable-sockets' - how do I do this? Is it a Unix thing?
2) How do I actually run a file from the command line? I have the php file in my webroot directory.
1) I've uncommented the appropriate lines in the php.ini file to enable sockets and the extension shows up in my phpInfo page but I see this in many online tutorials: 'PHP binary must be compiled with --enable-sockets' - how do I do this? Is it a Unix thing?
2) How do I actually run a file from the command line? I have the php file in my webroot directory.