How to use Output Buffering in PHP
in PHP added by goodphptutorials, on 21/8/2007 beginner tutorials cache ob_start output buffering
Output buffering is something that often is forgotten by new people in PHP. You can create really powerful things with functions like ob_start and the other. Compress, replace and modify to mention a few.
comment save report