View Single Post
  #28 (permalink)  
Old 01-25-2011, 09:08 PM
dravidmartin dravidmartin is offline
Junior Member
 
Join Date: Jan 2011
Posts: 5
Default

If the server is PHP enabled, a much better solution to all of these are PHP includes. Basically, PHP includes added web page HTML tells the browser to download an HTML file from the server, and also, when it reaches your web page. This means that you only need one file for the navigation links stored on the server, and each site can also occur in the same file.
__________________
Memory
Reply With Quote