Thread: Menu!
View Single Post
Old 19-02-2007, 13:27   #2 (permalink)
kwills
Now Freelance!
 
kwills's Avatar
 
Join Date: Aug 2006
Location: Warrington, UK
Posts: 496
Sounds like PHP includes are the way to go. Have your navigation in a single PHP file and include it in your webpage(s). When you need to add/remove a link, edit the single PHP file and it will affect each page within your site that it is linked to.

Here you go : http://www.hardcoder.com/scripting/p...lude_files.php
  Reply With Quote