I too need to get the users location (State) within the US

Discussion in 'Classic ASP' started by Bruce, Aug 1, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    I supposed you mean you want to identify where your user is located based on their IP address.


    You have to use some sort of external service like http://www.maxmind.com/app/ip-location


    Once you subscribe to service like this, you'll have to write an application to parse the source IP and forward the IP to the GeoIP service and interpret the result.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. HI...
    I too need to resolve the users State within the US.

    Does anyone have knowledge of this besides just posting links?

    Can someone offer some helpful examples to try and get the users State? Or at least some of the users that hit my site. I have a pic that needs to be changed according to the residing State.

    Thanks in advance,
    Mini

    Post Edited By Moderator (Joel Thoms) : 8/1/2006 9:24:24 PM GMT
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page