Posts by Leonardo Lima • 1 point
1 post
-
0
votes0
answers134
viewsQ: "Non-blocking" process in PHP
a help.I have the following code. $output = shell_exec("php /sites/empresa/php/faturamento/gerar_fat_simulado.php ".$cliente.' '.$mes.' '.$ano.' '.$tipo); It runs through the shell a fairly…