Sitego, Так наверно
$country = ['RU','UA','BY','KZ','AM','AZ','UZ','GE'];
if (in_array($geoip_country, $country)) {
print $geoip_country;
} Sitego, Так наверно
$country = ['RU','UA','BY','KZ','AM','AZ','UZ','GE'];
if (in_array($geoip_country, $country)) {
print $geoip_country;
}