Re: Re: How to run one php app from another? RECAP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, June 16, 2006 4:04 pm, tedd wrote:
> How's this for the obvious -- the user doesn't see anything until php
> is done with it. That doesn't mean that the entire operation must be
> finished, but rather anything that the user see's (while and after
> loading) php has already finished with.
>
> That about right?

Yes -- Though your concept of PHP being "finished with" and the
Reality *might* not match up.

They probably will, but, for example, if you had all of "War and
Peace" in $foo and did:

echo $foo;

I am not going to guarantee that PHP won't send it out chapter by
chapter and PHP won't be "finished" with the echo before the browser
gets and renders Chapter 1.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux