0

I am trying to get visitors location detail, for that i used some php code, please check below link,

Getting visitors country from their IP

but this code is not working while user use mobile device.

Can any one help me regarding this.

Thanks in advance Omkar

omkar
  • 1,778
  • 3
  • 13
  • 15

1 Answers1

0

You could also try using the geolocation API from HTML5, https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation, where you get the location from GPS if the device have GPS and the user has activated it

rypskar
  • 2,012
  • 13
  • 13