<SELECT NAME="ref_groupitem" id="ref_groupitem" onChange="location.href='add_booking.php?ref_groupitem='+this.value;" style="width:200px"> <OPTION VALUE="0">::เลือกคอนโด::</OPTION> <? include "connect.php"; $sql_gro="select * from buding"; mysql_query('SET CHARACTER SET tis620'); mysql_query('SET collation_connection = "tis620_thai_ci"'); $result_gro=mysql_query($sql_gro); while($rs_gro=mysql_fetch_array($result_gro)) { $buding_id=$rs_gro[buding_id]; $buding_name=$rs_gro[buding_name]; if ($ref_groupitem==$buding_id) { echo "<OPTION VALUE='$buding_id' SELECTED>$buding_name</OPTION>"; } else { echo "<OPTION VALUE='$buding_id' >$buding_name</OPTION>"; } } ?> </SELECT> <SELECT NAME="ref_category" id="ref_category" onChange="location.href='add_booking.php?ref_category='+this.value+'&ref_groupitem=<?=$ref_groupitem;?>';" style="width:200px"> <OPTION VALUE="0">::ประเภทชั้น::</OPTION> <? if($ref_groupitem != ""){ include "connect.php"; $sql_cat="select * from foor where buding_id='$ref_groupitem' "; $result_cat=mysql_query($sql_cat); while($rs_cat=mysql_fetch_array($result_cat)) { $foor_id=$rs_cat[foor_id]; $foor_name=$rs_cat[foor_name]; if($ref_category==$foor_id){ echo "<OPTION VALUE='$foor_id' SELECTED>$foor_name</OPTION>"; }else{ echo "<OPTION VALUE='$foor_id'>$foor_name</OPTION>"; } }} ?> </SELECT> <SELECT NAME="room_id" style="width:200px"> <OPTION VALUE="0">::เลือกห้อง::</OPTION> <? if($ref_category != ""){ include "connect.php"; $sql="select * from room where foor_id='$ref_category' "; $result=mysql_query($sql); while($rs=mysql_fetch_array($result)) { $room_id=$rs[room_id]; $room_name=$rs[room_name]; if($ref_brand==$brand_id){ echo "<OPTION VALUE='$room_id' SELECTED>$room_name</OPTION>"; }else{ echo "<OPTION VALUE='$room_id'>$room_name</OPTION>"; } }} ?> </SELECT>
include "connect.php";
echo $sql;
$DepartmentID=$_GET['Department']; <select name="Department"> <? while($Depart=mysql_fetch_array($result)){ if($DepartmentID==$Depart['DepartmentID']){ $sel="selected"; }else{ $sel=""; } ?> <option value="<?=$Depart['DepartmentID']?>" <?=$sel;?>><?=$Depart['Department']?></option> <? } ?> </select>
Quote:<SELECT NAME="ref_category" id="ref_category" onChange="location.href='add_booking.php?ref_category='+this.value+'&ref_groupitem=<?=$ref_groupitem;?>';" style="width:200px">
Quote:<SELECT NAME="ref_category" id="ref_category" style="width:200px">
<SELECT NAME="ref_groupitem" id="ref_groupitem" onChange="location.href='add_booking.php?ref_groupitem='+this.value;" style="width:200px"> <OPTION VALUE="0">::เลือกคอนโด::</OPTION> <? include "connect.php"; $sql_gro="select * from buding"; mysql_query('SET CHARACTER SET tis620'); mysql_query('SET collation_connection = "tis620_thai_ci"'); $result_gro=mysql_query($sql_gro); while($rs_gro=mysql_fetch_array($result_gro)) { $buding_id=$rs_gro[buding_id]; $buding_name=$rs_gro[buding_name]; if ($ref_groupitem==$buding_id) { echo "<OPTION VALUE='$buding_id' SELECTED>$buding_name</OPTION>"; } else { echo "<OPTION VALUE='$buding_id' >$buding_name</OPTION>"; } } ?> </SELECT> <? $ref_groupitem=$_GET['ref_groupitem']; if($ref_groupitem != ""){ // include "connect.php"; $sql_cat="select * from foor where buding_id='$ref_groupitem' "; $result_cat=mysql_query($sql_cat); ?> <SELECT NAME="ref_category" id="ref_category" onChange="location.href='add_booking.php?ref_category='+this.value+'&ref_groupitem=<?=$ref_groupitem;?>';" style="width:200px"> <OPTION VALUE="0">::ประเภทชั้น::</OPTION> <? while($rs_cat=mysql_fetch_array($result_cat)) { $foor_id=$rs_cat[foor_id]; $foor_name=$rs_cat[foor_name]; if($ref_category==$foor_id){ $sel="selected"; }else{ $sel=""; } ?> <option value="<?=$foor_id?>" <?=$sel;?>><?=$foor_name?></option> <? } ?> </SELECT> <? $ref_category=$_GET['ref_category']; if($ref_category != ""){ $sql="select * from room where foor_id='$ref_category' "; $result=mysql_query($sql); ?> <SELECT NAME="room_id" style="width:200px"> <OPTION VALUE="0">::เลือกห้อง::</OPTION> <? // include "connect.php"; while($rs=mysql_fetch_array($result)) { $room_id=$rs[room_id]; $room_name=$rs[room_name]; if($room_id==$room_id){ $sel="selected"; }else{ $sel=""; } ?> <option value="<?=$room_id?>" <?=$sel;?>><?=$room_name?></option> <? } } } ?> </SELECT>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง