Tag: output buffer

Include a file and store contents to variable

This very handy feature of PHP which allows you to include a file but store the contents of the included file to a variable. This is particularly useful for PHP scripts and software which output content to a page by using variables. Many CMSs are built like this. The principal behind this solution is to …

Continue reading

Permanent link to this article: https://blog.openshell.in/2011/04/include-a-file-and-store-contents-to-variable/