I am trying to get all the ip of the user have used till now.
"SELECT * FROM `logfeeds` WHERE uid=3"
simple query gives all the ips but what i want is to get each ip only one time.
logfeeds
I want the query to return each IP only once per uid.
The screenshot has both id = 23 and id = 29, but it should show only id = 23, As id=23 and id=29 have the same ip.