Hello
I am trying to execute a binary via a
web page using php exec() function.
When I access the page via the browser
I expect the binary to be executed but
does not get executed.
If I run the same code using php xyz.php
it does call exec().
Can you let me know how can I run the
binary/script via a web page in background
on the system.
thanks
bill