Page 1 of 1
How to track user info on the base of IP address
Posted: Sat Aug 11, 2007 4:55 am
by eshban
is there any way / example in php to track visitors country, isp, city, state etc by just IP address
please help in this regarding
Posted: Sat Aug 11, 2007 6:02 am
by s.dot
Find a good, regurlarly updated geoip database.
Re: How to track user info on the base of IP address
Posted: Mon Aug 13, 2007 6:49 pm
by califdon
eshban wrote:is there any way / example in php to track visitors country, isp, city, state etc by just IP address
Remember, the IP address only identifies to whom that IP address was issued. The best you can hope for is a general idea of the location of any particular user. If it's in a block issued to an ISP, their customers could be anywhere. If it's issued to a company, it could be any of their offices around the world. You can get some general ideas of where your traffic is originating, but don't expect to learn where each visitor actually is.