browse by tag: ob_start
sort by
Output Buffering in PHP
in PHP added by tutorialhelpdesk, on 14/5/2008 advanced tutorials header ob_start output buffering setcookie
How to capture content for server-side caching in PHP.
comment save reportHow 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