Is there a simple java or perl or php code that is able to do the following:
Scenario: When users arrives at your website, it determines which of the 50 United States he's coming from, without asking via a form, and reroutes them to a specific web page designed for that state?
Example: I have 50 pages, a-z, each representing a state.
If you live in new york and visit the main site, the script would read that you are visiting from new york and automatically route you to a newyork.htm page as an example. Is this even possible by IP address?
Thank you.
Scenario: When users arrives at your website, it determines which of the 50 United States he's coming from, without asking via a form, and reroutes them to a specific web page designed for that state?
Example: I have 50 pages, a-z, each representing a state.
If you live in new york and visit the main site, the script would read that you are visiting from new york and automatically route you to a newyork.htm page as an example. Is this even possible by IP address?
Thank you.