Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: Webhelpforums on April 29, 2010, 08:06:29 PM

Title: Tip: PHP output buffers
Post by: Webhelpforums on April 29, 2010, 08:06:29 PM
It is possible to "echo" output to internal buffers in PHP. This can be useful in a wide variety of situations, yet it is not a commonly mentioned feature. To get started using this functionality in PHP, check the help (http://php.net/manual/en/function.ob-start.php) :)