Best way to update subdomain menus?

Discussion in 'HTML & Website Design' started by dueces, Dec 8, 2008.

  1. #1
    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
     
    dueces, Dec 8, 2008 IP
  2. dejangex

    dejangex Peon

    Messages:
    113
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    dejangex, Dec 9, 2008 IP
  3. dueces

    dueces Peon

    Messages:
    246
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    dueces, Dec 9, 2008 IP
  4. dejangex

    dejangex Peon

    Messages:
    113
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure, try this: tizag.com/phpT/include.php
     
    dejangex, Dec 9, 2008 IP