Jump to content

Recommended Posts

Hi guys and gals,

 

Basically I have a database which tracks clicks on my outbound links, I do this by linking to a page like so...

 

/redirect.php?id=1

 

The page then reads the id and increments the click column in the database before selecting the link and redirecting.

 

I need it to only count the click if its from a unique IP for the link, what would be the best way to do this?

 

I was thinking of having another table with columns "IP" and "link_id", Then I could check the IP against the list of IP's for the current link. If its not there then add it and add the click, otherwise only redirect.

 

I want to find the best method before I start to try and code this so any help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/177674-tracking-unique-clicks/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.