Log in

View Full Version : Really simple menu help needed by thick'o



chumpster
08-06-2008, 09:24 PM
My new site has a simple menu across it. The site is not yet live, however at this stage it is going to grow quite big.

All the pages follow the same format apart from the main window, so header and menu etc are the same.

I want to have a single file with the menu n it that is then loaded by each page rather than have the actual menu in each page. As the site grows I will no doubt change the menu and I'd rather not have to update 50+ files manually to change the menu.

Can you help.???

Cheers.

Nile
08-06-2008, 10:57 PM
Check out PHPs include() (http://us3.php.net/manual/en/function.include.php) function.