Skip to content

Instantly share code, notes, and snippets.

@hrnsykk
Created January 14, 2021 14:11
Show Gist options
  • Save hrnsykk/74c2311a3be9c0ba59ef9087186cc90f to your computer and use it in GitHub Desktop.
Save hrnsykk/74c2311a3be9c0ba59ef9087186cc90f to your computer and use it in GitHub Desktop.
$user_ip = getenv('REMOTE_ADDR');
$geo = unserialize(file_get_contents("http://www.geoplugin.net/php.gp?ip=$user_ip"));
$country = $geo["geoplugin_countryName"];
$city = $geo["geoplugin_city"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment