"John Nichel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Bas wrote:
How do i execute a program and leave it running and while it is running
the
php-script is still continued and outputs HTML when the other program is still running.
I need that is works on windows.
Oh, oh....manual....
http://www.php.net/manual/en/ref.exec.php
I've read the manual, but it says this:
Note: If you start a program using this function and want to leave it running in the background, you have to make sure that the output of that program is redirected to a file or some other output stream or else PHP will hang until the execution of the program ends.
Okay, so what's wrong with that?
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php