One Menu for all Pages in HTML

by Dinesh 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.

Tagged in:

1508
like
0
dislike
0
mail
flag

You must LOGIN to add comments