Back to Top

Include a file and store contents to variable using output buffer

Include a file and store contents to variable using output buffer

You guys must know about Output Buffering in PHP.Last time, my friend Bhumi has written an article about Output Buffering in PHP where she has showed you how to turn on and use Output Buffering in PHP.

So Here I am going to share this great feature of PHP.Let’s see the flashback .Output buffering allows you to have all output of PHP code stored into an internal buffer instead of immediately transmitted to the browser and output buffering also allows you to include a file and store contents (HTML and PHP) to a string variable.here is one step ahead with one more good example for output buffering

Here in above code I have included included-file.php file and displayed the whole content of the included file using output buffer.

That’s it. 🙂

Thanks for reading and feel free to share your thoughts, don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.

Comments (2)

  1. Thanks, this was just what I needed!

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Most Popular Posts

The Reader’s Poll – June 2014

Posted on 9 years ago

Bhumi

How to Create a Zip File In PHP

Posted on 11 years ago

Bhumi

How To view module Position in Joomla

Posted on 11 years ago

Bhumi