Hi all, if you have any information on this topic it would be greatly appreciated.
I am trying to use php to run a shell script that I wrote. The name of the script is bintest and it currently resides in the same directory as all of my php files.
I have tried exec("bintest");
I've also tried fopen, system, and passthru
I can't get any of these functions to execute the file. Does anyone know how to do this?