I am using exec function to execute the specific executable files in php .
exec ( $file , $output , $return_value ) ;
When the given fil
If you need to keep stderr and stdout separate, try proc_open: http://php.net/manual/en/function.proc-open.php