The Fate of My Website Rests in Your Hands

Discussion in 'HTML & Website Design' started by TheNoose, Mar 23, 2009.

  1. #1
    Ok, ok. Maybe it's not that drastic, but is there any way that I can make it so my header doesn't have to load on every page. It's an image gallery site and I don't want them to have to load the head every image since it's a rather large header.

    So, can I do that?
     
    TheNoose, Mar 23, 2009 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    yes you can do it easily with php by getting current page, and if its not index just dont show index
    I can do it if you cannot, for a few bux

    ps : you need to search about $_SERVER['PHP_SELF']; and a simple if() condition
     
    crivion, Mar 23, 2009 IP