I've been searching through out the net on how I can possibly make it happen in php. The scenario is my php application is in computer A and the shell script file that I want to execute is in Computer B. and I want my php application in computer A to execute the shell script file in Computer B.
I understand that permission plays a very important role on this but I can access computer B so no problem for setting permission.
By the way, computer A is windows server and Computer B is kubuntu. Does anyone has an idea? Thank you