Hello,
What I want to do is probably very simple but the script I just tried didn't work so I'll ask.
I want to create a footer and geader file that when I insert certain code on a page the footer and header will appear automatically. This is much like phpBB's overall_footer and overall_header system.
I tried this but nothing showed:
astjhsash
<?php
include("footer.php");
?>
I want to put a copyright in my footer, and a banner and navbar in my header.
Thanks in advanced for help!