<? $array = explode( '"' , file_get_contents( 'http://api.sypexgeo.net/json/' . trim( htmlspecialchars( $_SERVER['REMOTE_ADDR'] ) ) ) ); $country = $array[131] ? : 'Неопределено'; echo $country; unset( $array ); ?>