I want to find the current location of the user in php

I use http://api.easyjquery.com/ips/?ip=115.119.253.90&full=true this api to get the current location, but when this site drops, I can’t get the current location.

can google provide any api to find the current location using ip.

+5
source share
1 answer

If you do not want to use the HTML5 geolocation API , you may find a bit from IP.

Or try another different solution.

Google Geocoding API

Geolocator-php

Maxmind http://www.maxmind.com/app/php

ipinfodb

+5
source

All Articles