Thomas Deliduka wrote:
> Doing operation..... Done
> Doing this.... Done
> Etc
>
> With ASP it does it as you see it, with PHP it seems to do it all and
> the print to the screen. Is there a way to get PHP to do the same as
> ASP or is that just the way PHP works?

Use flush(); each time you want the latest output to be sent to the 
client.
This works only with PHP as a Webserver-Module, not as CGI.

regards
Wagner

-- 
Three may keep a secret, if two of them are dead.

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