Tagged Questions
1
vote
6answers
1k views
How to get shell_exec to run on IIS 6.0
The Problem
I have a PHP script that uses shell_exec to run a pdf-to-text converter. To simplify the problem I've created a short script that uses shell_exec to just echo the output of the dir ...
1
vote
1answer
2k views
Exec() in PHP on Windows without opening up cmd.exe Security weakness?
I have the requirement for a web script to execute an exe file and then return the results
on the exe to the web request.
I can either echo back the result of the exe or modify the exe to save it's ...