Skip to content

Instantly share code, notes, and snippets.

View teacherSsamko's full-sized avatar

Eunsub LEE teacherSsamko

View GitHub Profile
@0x00000FF
0x00000FF / region_list.php
Last active September 26, 2023 03:09
옛날에 만들어 둔 지역 선택 API (PHP)
<?php
/*
* A simple PHP file for Region Select API
* By P.Knowledge (0x00000FF)
*
* Data source from Namuwiki, 2020/11/04
*/
header("content-type: application/json");