Hi all,
has anyone figured how to start an external program in linux with system() or exec() from inside a php script while keeping the php running at the same time, WITHOUT waiting for the program to finish,
like the "bg" command or "&" in unix.
f.e: system( 'php test.php' );
p.s: test your example before.
Thanks