Click here to Skip to main content
15,888,202 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to show visitors Geo Location ?
Posted
Updated 14-May-16 1:15am
v2

See here: Using IP based Geolocation - and why it's pretty much useless.[^] - in includes the code you need, but ... read the whole thing before you decide to proceed!
 
Share this answer
 
Consider investigating the HTML5 geolocation API.

HTML5 Demo: geolocation[^]
[W3 Schools] HTML5 Geolocation[^]

This method requires user permission to work, however it is often far more useful than IP geolocation because if a device (eg, a mobile phone) supports GPS location, than it will use GPS. If GPS is not supported, the browser automatically falls back to IP geolocation.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900