On my site I have many sub domains domain.com/example domain.com/example2 within these subdomains they have unique navigation menus that I have put on the right side to go further into that subdomains section. Whats the best way to update these menus so I dont have to do each every page within that subdomain when I add a page or make a change to the menu? All my pages are php and I dont want to use a CMS system so I was thinking maybe I could setup a php include? Is that what I need to do? Adding the menus like that does it have any affect on SEO? Thanks
The idea would be to create one file with your menu code and then, using php, to include it in every page. This should have no effect on seo.
thanks dejagnex. Do you know of any tutorials for this? I havent done it only heard about it and something like this would save me hours worth of work