php still serves html to the front end, and you end up with a fully dynamic site - dont see why anyone would bother doing .html unless you are ready to duplicate pages and make each one again and again.
header.php
content1,2,3,blah.php [this has your includes]
sidebar.php
footer.php
all those will have html in them
im well aware thats a very simplified look at things
|