my project is web discussion forum.
profile management is one module of my project .
i want to find user location using google map how it possible..?
It is pretty easy using HTML5. Check out the source code at this link:
http://html5demos.com/geo
Remember that it requires the user allowing access (which is a good thing).
If you want to do it in code this example shows how to use a PHP library supplied by ipinfodb.com to back trace an IP address and get the lat and long coordinates
http://developergeeks.com/article/44/how-to-get-geolocation-from-ip-address-in-asp-net
thanks alot ....
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.