> The system() call will flush the headers to the client while exec() won't,

Yes.

> but exec() won't wait until the system call is over.

Huh?  Exec waits unless the call itself forks using & to do something in the
background.

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

Maybe you can get what you want, whatever it is, with this:

http://php.net/manual/en/function.ob-start.php

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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