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