View Single Post
  #5  
Old 11-25-2006, 09:03 PM
Collectors-info's Avatar
Collectors-info Collectors-info is offline
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,279
Default Re: Single Menu Page with Bv and PHP

Well done Naval. This will save loads of time.

One small thing I am not sure on? You say the menu page will have to be placed in all folders. Will this mean manually updating the menu pages that are placed in other folders? Or can the code below be modified to go & get the menu page from, let’s say the public_html area & load it onto the new page?

IE: the code below to go in a html box
<?php
include ("menu.php");
menu();
?>


Don’t laugh! Just my way to explain. IE:

<?php
include ("Go & find main menu in public_html/menu.php");
menu();
?>


Well done again this will go into a new site I am working on.
__________________
From Chris,

www.collectors-info.com
View sites in FF & IE, with res @ 1024 x 768 on 19” screens.

How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips

Reply With Quote