It will need some more work from that,
Code:
<?
include("header.php");
include("myhtmlfile.html");
include("footer.php");
?>
If you want to include header and footer that is. Create a new index.php and put the above code, include your html file in the same folder as the index.php and then u are done.