insert html with php code example Example: insert an html page into php <?php // do php stuff include('fileOne.html'); include('fileTwo.html'); ?>