Click to See Complete Forum and Search --> : How to find process id from external command and use it for "Loading" page


ktsirig
February 13th, 2011, 07:31 AM
Hello!
I am executing an external command from a PHP script, using the exec function. Since this program can take more than 1-2 minutes to run, I thought I should use a "Loading page...please wait". What I need is to be able to get the process id from the external program that is being run and, when this finishes, I'll start outputting the results.

Is there a way to do this?

PeejAvery
February 13th, 2011, 10:07 AM
Not from within PHP.