How can I get the user's country and forward them to a URL based on it?
I am looking specifically at Australia, New Zealand, USA, UK and Other.
Preferably with PHP, but can use Javascript if necessary.
How can I get the user's country and forward them to a URL based on it?
I am looking specifically at Australia, New Zealand, USA, UK and Other.
Preferably with PHP, but can use Javascript if necessary.
This may help you to get country then you can redirect accordingly.
OR in Javascript.
Please check the below link.
How can I detect visitor's country and redirect he/she to an specific website?
May be it will help you.. :)
You can use PECL's
geoip_country_by_name()
with the user's ip address to get their country: