Referal Link !!!

Discussion in 'PHP' started by pulikuttann, Mar 31, 2007.

  1. #1
    I want to know how to create a referal link.My plan is that when somebody clicks a link the visitor's IP, start to stop time etc should be logged into database.
     
    pulikuttann, Mar 31, 2007 IP
  2. srobona

    srobona Active Member

    Messages:
    577
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    88
    #2
    you can get the visitor's ip by using this:

    $ip = $_SERVER['REMOTE_ADDR'];

    and referer:
    $referer = $_SERVER['HTTP_REFERER'];
     
    srobona, Mar 31, 2007 IP
  3. pulikuttann

    pulikuttann Banned

    Messages:
    1,839
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thankz a lot
     
    pulikuttann, Mar 31, 2007 IP