I have done some research and found some pages on this, but they only work for HTML pages. I would like to be able to put {$header} at the top of my PHP page and {$footer} at the bottom, but there is more to it than that. I do not want to use any sort of plug-in for this. Does anyone have suggestions? Thank you!
Thank you for the response. (+1 Reputation.) However, this is one of my issues. I have used this and it works fine and dandy for using the header and footer on an HTML page. But for PHP... it does not put the page contents where I need them to go (between the header and footer). It puts them after the footer.
EDIT:
Example:
{$header}
<!-- Page contents here from PHP page. -->
{$footer}
Of course, without a plug-in. They do not offer the flexibility I need.