Hi all,
has anyone figured how to start an external program in windows 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.
and if you haven't, has anyone figured out why it doesn't / shouldn't work?
and please dont write that it SHOULD work, because it DOESNT, ive been experimenting with this problem since the day i got php years ago.
this includes all variations of running system and exec with the "start" command,
thanks,
O D