DanglingPointer
Programmer
Hi
I have built a small application which basically gets various kinds info for some PCs on our LAN using PHP to execute (shell_exec()) command line progs (psinfo, pulist) and formats the info in an html table.
The problem is that although everything works from the local machine, no output appears from the cmd line programs from any other machine on the LAN. The html and PHP pages are accessible ok.
Strangely calls to "ping" work, so I tried an explicit path to the programs, but still no luck.
I have built a small application which basically gets various kinds info for some PCs on our LAN using PHP to execute (shell_exec()) command line progs (psinfo, pulist) and formats the info in an html table.
The problem is that although everything works from the local machine, no output appears from the cmd line programs from any other machine on the LAN. The html and PHP pages are accessible ok.
Strangely calls to "ping" work, so I tried an explicit path to the programs, but still no luck.