Re: [PHP] run commands on multiple machines

2002-06-18 Thread Pushkar Pradhan
exec() is used to run unix commands and pass results back to php. But this runs the commands on the m/c the web server is on, don't know how you can log onto other m/cs though. > Hi, > I want to run some unix commands on multiple machines(in > a network) from my web server and display results

[PHP] run commands on multiple machines

2002-06-18 Thread Rahul Bhide
Hi, I want to run some unix commands on multiple machines(in a network) from my web server and display results in the browser . eg. I want to run "pkginfo" or "showrev -p" kind of commands on multiple machines and gather the result on the web server and display in the browser . Can anyboby