View Single Post
  #4 (permalink)  
Old 05-17-2004, 09:42 AM
Corey Bryant Corey Bryant is offline
WebProWorld Veteran
 
Join Date: Nov 2003
Location: Castle Rock, CO
Posts: 494
Corey Bryant RepRank 0
Default

Meaning that the nav stays the same? You do not even have to use PHP actually if this is what you are speaking about. You can use SSI by renaming the files to shtml and adding a code:
to insert another page.

But if you want to use PHP:
Code:
<?php
include ("header.php");
?>
I think that is the correct code. I do not use PHP all that much.
Reply With Quote