Quote:
Originally Posted by mdhall
Place your menu into it's own file, then import it into each page. Very easy to do with php.
|
Exactly as the above stated would be perfect... Just to elaborate a little more with an example:
Save the below code as "menu.php"
Now, on your actual web page files, call and (include) your menu.
The only requirement to be able to do the above, is that your web server has to support PHP and your pages have to have the .php extension. (not .htm or .html).... there is a way around that... but that's a different thread
Hope this helps!