Re: [PHP] Execute appliction and pass parameters to it!
On Tue, March 29, 2005 10:38 am, Dipesh Khakhkhar said: > -- > > 1) $output = shell_exec('..\phpunit.bat C:\Run.php'); > echo $output; Change shell_exec to exec, and use the extra parameters to get back ERROR MESSAGES and ERROR
[PHP] Execute appliction and pass parameters to it!
Hi, I am trying to execute one application (bat file) and need to pass parameter to it. I want to put this into wrapper file which i can call over http. Can i do this? I tried the following: -- 1) $output = shell_exec('..\php