One Menu for all Pages in HTML
by Dinesh[ Edit ] 2014-03-28 14:43:05
One Menu for all Pages in HTML
Use the following code to display common menu for all the html pages.
<html>
<body>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/directorylink/commonmenu.php');?>
</body>
</html>
commonmenu.php will load all the html files.