Thread: Benefits of PHP
View Single Post
  #6 (permalink)  
Old 06-26-2010, 02:49 PM
swimwear97 swimwear97 is offline
Junior Member
 
Join Date: Jun 2010
Posts: 9
Default

If your server is PHP-enabled, a far better solution than all of these is a PHP include. Basically, a PHP include inserted into the html of a web page tells the browser to retrieve an html file from the server and include it when it renders the web page. This means that you only need to have one file with your navigation links in it stored on your server, and every one of your web pages can be rendered including this same file.
__________________
free online games
strategy games
Reply With Quote