Tracking In Site Clicks?

Discussion in 'PHP' started by jooles, Sep 14, 2007.

  1. #1
    How can I track which links on my site are clicked the most. Is there a way to check the link referrer with PHP? If so, how can you do this?

    Thanks!
     
    jooles, Sep 14, 2007 IP
  2. ssanders82

    ssanders82 Peon

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    getenv('HTTP_REFERER')
     
    ssanders82, Sep 14, 2007 IP
  3. manilodisan

    manilodisan Peon

    Messages:
    224
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could also use google analytics or any other free tool out there that would build a nice report.
     
    manilodisan, Sep 16, 2007 IP
  4. KunkVentures

    KunkVentures Peon

    Messages:
    744
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think he wants to do this in his code not just for his own viewing.
     
    KunkVentures, Sep 17, 2007 IP