On Sunday 19 May 2002 00:54, erich wrote: > what is meant by output buffering? what PHP function(s) can > support output buffer?
The standard behaviour of PHP is to output stuff to the browser as soon as it's ready (more or less). By using the "Output Control Functions" (see manual) you can buffer this output in memory, manipulate it if necessary, then output to the browser. The manual will probably explain better than I can. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Your computer account is overdrawn. Please see Big Brother. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php