Grizzley g
New member
total no. of unique IPs (PHP)? What I mean to say is that let's suppose I were to track the IPs of all my visitors and then I wished to count how many unique visitors I had, is there a way in which PHP can handle such requests, and the mysql table such queries?
Again, if the question is not clear, maybe because I did not explain too well, can I extract all the unique IP addresses, counting one IP address only once even if it appears more than 10 times in the table, and outputting the unique IP addresses, or at least the count. Not showing the redundants, I guess.
Uh, Brent, I was thinking more along the lines of extracting and displaying the total count of unique IP addresses from my MySQL table. I already have them stored in my table; I just wish to extract the total count of the "unique" IP addresses.
Again, if the question is not clear, maybe because I did not explain too well, can I extract all the unique IP addresses, counting one IP address only once even if it appears more than 10 times in the table, and outputting the unique IP addresses, or at least the count. Not showing the redundants, I guess.
Uh, Brent, I was thinking more along the lines of extracting and displaying the total count of unique IP addresses from my MySQL table. I already have them stored in my table; I just wish to extract the total count of the "unique" IP addresses.