0

Is there any way to get city name except using IP in php, The following link getting correct city name

http://www.whatismyip.com/

if i am using following GEOlocatio and others get by ip, I am in karachi using ptcl it show my location islamabad due to ptcl server in islambad.

Adnan Khan
  • 897
  • 5
  • 14
  • 23
  • Please check these two link:-http://stackoverflow.com/questions/6350626/get-region-city-from-ip. http://php.net/manual/en/function.geoip-record-by-name.php. I hope it will help you. – Alive to die - Anant Mar 16 '15 at 10:13

1 Answers1

1

MaxMind GeoIP is great. They have PHP API as well.

Andrey
  • 59,039
  • 12
  • 119
  • 163