PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am using php 4.0.4pl1 on Windows 2000 server with IIS 5.
I am trying to execute the command to ping a certain ip address but every variation of exec() and system() that I try gives me an 'Unable to Fork' error. I have tried including the path:
exec("c:\winnt\system32\ping.exe 192.168.2.90");