My friend did it once and it allowed you to use php include to create a webpage auto where it would automatically put the navigation to the left, and ur stats to the top and w/e everywhere else.
The navigation file included links u could add to left nav which would update every other page so you wouldn't have to add the links to every page manually. It also had like the layout all made.
The file would look like this as far as I recall:
<php? include ('header.php') ?>
Whatever text u put here would end up in a certain cell of the table.
<php? include ('footer.php') ?>
I don't know what the header.php and footer.php files need to have though.
The navigation file included links u could add to left nav which would update every other page so you wouldn't have to add the links to every page manually. It also had like the layout all made.
The file would look like this as far as I recall:
<php? include ('header.php') ?>
Whatever text u put here would end up in a certain cell of the table.
<php? include ('footer.php') ?>
I don't know what the header.php and footer.php files need to have though.