All!
I need to determine current user City. With HTML5 it's not a problem. But i need support old browsers (leke are ie 7,8). First of all i thought to find location using IP address. But its not easy to implement (i need actual database with location). Free web services not provide me needed info. Many of these can determine a country (but not city).
I tried to use http://www.geoplugin.net/ and this service return only Country (as and another free). I tried to use CSV database with IPs (but in the internet i can find old version).
Do you know free ways to determine user City? Thanks!