SyntaxFix
Write A Post
Hire A Developer
Questions
Just create the header.php file, and where you want to use it do:
<?php include('header.php'); ?>
Same with the footer. You don't need php tags in these files if you just have html.
See more about include here:
http://php.net/manual/en/function.include.php