Quote:
Originally Posted by DaveyBoy
PHP includes are simple, you don't have to know PHP really.
Just insert this code wherever you want your nav to appear :
Code:
<?php include("nav.php"); ?>
Obviously, your navigation will go on a page called nav.php and all pages it is on must have the .php extension.
|
Yes, PHP includes is always the easiest! IFrames can be used for this case as well, but I'd suggest PHP includes.
