Created
August 10, 2016 08:31
-
-
Save agusputra/6d098c9893cf2dee5e7ca3a43d65f4db to your computer and use it in GitHub Desktop.
Simple_html_template_system.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ob_start(); | |
| include('./template/index.php'); | |
| echo ob_get_clean(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment