I have php and apache running on one machine and I want to run a program which is sitting on a different machine in the same LAN setup. with exec() and other, you can run a program on the same machine but is there a way to run the program on another machine without ftp-ing the executable to the host machine?
Any ideas? Thanks.