Skip to content

Instantly share code, notes, and snippets.

@agusputra
Created August 10, 2016 08:31
Show Gist options
  • Select an option

  • Save agusputra/6d098c9893cf2dee5e7ca3a43d65f4db to your computer and use it in GitHub Desktop.

Select an option

Save agusputra/6d098c9893cf2dee5e7ca3a43d65f4db to your computer and use it in GitHub Desktop.
Simple_html_template_system.php
<?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