On Sun, 28 Nov 2004 12:48:57 -0600, Brad Ciszewski <[EMAIL PROTECTED]> wrote:
> is there a code you can put at the top of the your php files so that the
> imgs etc. load as the are put on to your computer, and it doesnt wait for
> the whole site to be downloaded until it is loaded to the user? *turning off
> the buffer basicly*

You can control PHP's output buffering.
http://us2.php.net/manual/en/ref.outcontrol.php#ini.output-buffering

You cannot control the web client's display buffering with PHP.


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to