I want to run an exe file on my server and return the output to the browser screen. The exe file takes a input file and then returns data on the screen.
Neden bu kod çalışmıyor?
$output = shell_exec('myprogram < INP.DAT');
echo "<pre>" . var_export($output, TRUE) ."</pre>\\n";
Bu tarayıcı ekranında "NULL" görüntüler. Ben de) (exec denedim. İşte "Array ()" döndürür.