Re: [PHP] Is it server Push?

2001-02-07 Thread Thomas Deliduka

On 2/7/01 5:09 PM this was written:

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

Thanks!
-- 

Thomas Deliduka
IT Manager
 -
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



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




Re: [PHP] Is it server Push?

2001-02-07 Thread Alexander Wagner

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]




[PHP] Is it server Push?

2001-02-07 Thread Thomas Deliduka

I don't know what it's called so I don't know what to search for.

I have had experience with ASP apps that sometimes I'll create some scripts,
say a script does multiple operations. And I want it to print to the screen
after each operation is done.. The user would get a running list.

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?

-- 

Thomas Deliduka
IT Manager
 -
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



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