View Single Post
  #5 (permalink)  
Old Dec 29th, 2005, 08:05
allstar allstar is offline
Junior Member
Join Date: Dec 2005
Location: Scotland
Age: 19
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Wink Re: Help need with php include!!

Quote:
Originally Posted by herkalees
It's super easy, just toss your code-to-be-included into another file, and on each of the 15+ pages, in the exact location you want the code-to-be-included to show up, you put this:

<?php require("file-name.html"); ?>
i know how to do that but what i mean is that i have created my site using a table. Follow me so far??

Well i want something that will make my life easier for updating links or anything that is located in my navigation bar and when i decide to change that layoutof the site Still understand??

Well i want to put all the content on a black document then so when a user click the link the sever knows to open the document that has the all the layout on and it opens the content which is needed to be displayed as well

i hope i explained that better *crosses fingers*
Reply With Quote