Re: [PHP] exec() or system() to run *.exe and let php continue with code

2004-10-29 Thread Matt M.
> Hi all im new to PHP and im trying to let a process (*.exe file) to run in > background(localhost) and let php continue processing the script. But PHP > always stops and wait for the (*.exe) stops/close! > > Anyone here can help me by giving me an simply example to let PHP run the > exe file and

[PHP] exec() or system() to run *.exe and let php continue with code

2004-10-29 Thread lleoneye
Hi all im new to PHP and im trying to let a process (*.exe file) to run in background(localhost) and let php continue processing the script. But PHP always stops and wait for the (*.exe) stops/close! Anyone here can help me by giving me an simply example to let PHP run the exe file and continu