The system() call will flush the headers to the client while exec() won't, but exec() 
won't wait until the system call is over.

Is there a way to make a system call, and wait until it ends, but don't send the 
headers to the client?

Thanks.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to