Tag Archives: PHP

Find an address using IP

Ever want to know the geo location of an IP address? I got motivated one night and whipped up a PHP page that will give the geo location of the ip address that is accessing it. It uses a service from the website http://www.hostip.info/ and as you can see below it is pretty simple. Here read more »