I'm trying to execute a command line such as Ping on Win2000SP1 running PHP404pl1 with IIS
When I run the script from command line, ie:
c:\php>php test.php
everything works fine and I get the results whether I'm using exec() or system() but if I'm running the script through the web server it seems like the script to run the command line is ignored.
What am I doing wrong?
TIA,
Jay