Posted by RageARC on 09/28/07 21:43
On 28 Sep, 22:36, qwerty...@googlemail.com wrote:
> Is it possible to execute programs in a PHP script without waiting for
> the output and successfully ending the PHP script without ending the
> external program too?
Do this:
Create a program that executes the program you want to execute.
Use PHP to execute the first program.
The first program will execute the second one and close itself.
The second one will keep running, but PHP won't know ;) and PHP
ignores that fact and so it finishes and the second program will still
be running :).
Navigation:
[Reply to this message]
|