Nobody likes frames. But if you're not using frames, you have to update every page of your site every time you modify your menu. Don't you wish there was another way? Well, there is. Simple PHP includes allow you to create a professional, frameless site without too much work. Want to learn how? Read on...
PHP includes are very simple and really practical. How they are used is they allow you to use one line of code in every page that you want your menu on in place of say 30 - 50. Also, you never have to edit this code once it's there, you can just edit your menu file. They work by taking all the content of a file and putting it into the file being viewed at the location where the INCLUDE tag is.
Comments