Not able to run exec("pdf2html.exe") on live serve
Dear Friend,
Is anyone know why I am not able to execute below file on [u]Windows Server with IIS 6.</u>
exec("pdf2html.exe");
However if I execute file with command prompt then it will work on Remote Desktop. But I will not do that with PHP.
Same PHP run smoothly on my localhost. There is no problem of PATH, Folder, Permission.
Please note that I had used system(), shell_exec(), passthru().
Regards,
Dhaval Dave
|