Jump to content

location specific


dachshund

Recommended Posts

i know there's probably not a solution as simple as this but, if possible, i would like to create some location specific php by finding the users ip address

 

something that would work like this

 


if (users_location == 'UK') {

echo 'This';

}else {

echo 'That';

}

 

let me know if this is way to difficult!

 

thanks

 

Link to comment
https://forums.phpfreaks.com/topic/200461-location-specific/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.