728x90
반응형
$ip = $_SERVER['REMOTE_ADDR']; // 아이피 주소받음
$details = json_decode(file_get_contents("http://ipinfo.io/"));// 받음받음
echo $details->country; // 나라
echo $details->city; // 도시
728x90
반응형
'코딩 > PHP' 카테고리의 다른 글
[PHP]핸드폰번호 정규식 (0) | 2022.07.25 |
---|---|
[PHP]number_format() 천단위 콤마 (0) | 2022.07.25 |
[PHP]json 문자열 한글처리 (0) | 2022.07.25 |
[PHP]사용자 브라우저 정보 (0) | 2022.07.25 |
[PHP]메모리 제한 늘리기 (0) | 2022.07.25 |