How can I execute a program and display the result while the program is running? I have to display the result while the program is communicating with the serial port. Any suggestion would be appreciated.
Thank you.
passthru, system, exec. Look at these functions in the php manual.
--brian
This won't help because they wait until the program ended before displaying the result. What I need is to execute the program in the background while displaying the result simultaneously. Pls help, thanks