Track your visitors by GeoIP – Part1
In this article I am going to describe how get the data from your visitors based on geographic location. I’ll use PECL extension for PHP called geoip. Step 1First we need to install PEAR package (if you’ve not installed it yet). We also need to install needed dependencies and libraries like re2c, libgeoip1 and libgeoip-dev. … Read more