I am trying to put this thing together,, It's in all pieces.
Code:
<?php
include '_config/config.php';
header('location:'.$sDefaultCountry.'/index.php');
?>
That's the existing code I have in place on one page to call up script & php generated pages.. now, I also have several other pages from other scripts.. I need to tie them all together navigation wise & created a header.htm that I want at the top of all pages & the footer at bottom of all pages..
What do I need to do so that header.htm is first, then the above, then the footer??
header.htm footer.inc.php