Hi..all I have no knowdlege in php; as i develope my website further, sometimes i need to add/edit the menu on the main index page; and subsequently i also need to change also other pages as well. If i do it on html; its going to be very tedious. How do i do it automatically if by php? i juz need to change/edit 1 page meu and all pages are changes? any php expert pls help.. deeply appreciate & thanks...
Save your menu as menu.php and add the following to each page: <?php include('menu.php'); ?> Code (markup):
Hi..fscripting whats is iframe? I dun have knowledge in php... hope u can explain a bit ... thanks in advance...
If you can use php use the code the first guy gave you. Make it menu.txt and then just paste the html code of your menu into a file called menu.txt . That is what I do anyhow. Goodluck.