ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/admin/include/ |
Upload File : |
<? include_once "../../Lib/_common.php"; // 공통 인클루드 ?> <? include_once "../../Lib/zipconnect.php"; // 우편번호 DB 컨넥션 인클루드 ?> <? if($sido_key){ $sql = "select * from zip_code_sigungu where sido_idx='{$sido_key}' order by sigungu asc "; $result = db_query($sql,TRUE,$zipconnect); } //echo $sql; ?> <select name="SIGUNGU" id="SIGUNGU" style='width:85px;'> <option value="전체">전체</option> <? if($sido_key){ while($rs = db_fetch_array($result)){?> <option value="<?=$rs[sigungu]?>" <?if($SIGUNGU==$rs[sigungu]){?>selected<?}?>><?=$rs[sigungu]?></option> <? } } ?> </select>