|
Posted by ZeldorBlat on 05/03/07 02:32
On May 2, 7:51 pm, Beshoo <basheerm...@gmail.com> wrote:
> is there any way to control the page while it loading ????
> for example first i want to load firstly the body next, header , last
> footer !!which i will use it in portal big site ???!!
>
> thanx in advance
You can try placing flush() at various points in your script:
<http://www.php.net/flush>
This will tell PHP to "send" everything that has been output so far.
Note, however, that the web server and/or web browser may do buffering
of their own.
[Back to original message]
|