Anyone know how to build a script that has GEO IP capabilites? I hear maxmind has one, but I've never tried it out. Any help will be repped! Thanks, DC
here is one that I found for you and its free. http://webnet77.com/scripts/geo-ip/index.html I havent personally used any geo ip scripts before. but I know a few developer friends that have.
I just need a script that will relay the geographic location of a client when they click on my page. Ex. "Hello there people from Los Angeles, CA!"
maxmind.com have a reasonably low cost API service for this. There are code examples on their site here: http://www.maxmind.com/app/php
http://locationdetection.mobi/ Uses GPS on devices if supported, much more accurate than an IP based lookup.