Ask for a link where I am in PHP?

Discussion in 'PHP' started by gubak, Jan 13, 2008.

  1. #1
    Hi!


    Is there any php command which gives me back the page (where I am)complete link (www.mysite.com/mypage.php)?

    Thanks
     
    gubak, Jan 13, 2008 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    
    $uri = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
    
    PHP:
     
    nico_swd, Jan 13, 2008 IP
  3. sickanimations

    sickanimations Peon

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Don't forget "http://" or "https://"
     
    sickanimations, Jan 13, 2008 IP