getting header url

Discussion in 'PHP' started by Cinta April, Apr 20, 2008.

  1. #1
    Hi how do I get the header url of my current page including the get variables?
     
    Cinta April, Apr 20, 2008 IP
  2. Oli3L

    Oli3L Active Member

    Messages:
    207
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    70
    #2
    try this:
    
    $_SERVER["REQUEST_URI"];
    
    PHP:
     
    Oli3L, Apr 20, 2008 IP
  3. Cinta April

    Cinta April Banned

    Messages:
    262
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks it works
     
    Cinta April, Apr 20, 2008 IP