<form id="regis" name="regis" method="post" action="bookingshow.php" > <table width="695" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40" colspan="2"><h3> </h3></td> <td width="358">Select Line : <select name="menu1" onChange="MM_jumpMenu('parent',this,0)"> <? for($i=1;$i<=4;$i++) { if($_GET["Line"] == $i) { $sel = "selected"; } else { $sel = ""; } ?> <option value="<?=$_SERVER["PHP_SELF"];?>?Line=<?=$i;?>" <?=$sel;?>><?=$i;?></option> <? } ?> </select></td> </tr> <tr> <td width="148"> </td> </tr> <? $line = $_GET["Line"]; if($line == 0){$line=1;} for($i=1;$i<=$line;$i++) { ?> <tr> <td width="148"> </td> <td width="189">วันที่เริ่มต้นการใช้งาน<?php echo $i?></td> <td height="40"><input name="date1" type="text" id="datepickerthai_in" /></td> <? } ?> </tr> <tr> <td> </td> <td>เวลาเริ่มต้นการใช้งาน</td> <td height="40"> <select name="hour1" id="hour1"> <option value="07"> 07 </option> <option value="08"> 08 </option> <option value="09"> 09 </option> <?php for($hour1=10;$hour1<17;$hour1++) { ?> <option value="<?php echo $hour1;?>"> <?php echo $hour1;?> </option> <?php } ?> : </select> : <select name="min1" id="min1"> <option value="00"> 00 </option> <option value="15"> 15 </option> <option value="30"> 30 </option> <option value="45"> 45 </option> <option value="50"> 50 </option> </select> น.</td> </tr> <tr> <td> </td> <td>เวลาสิ้นสุดการใช้งาน</td> <td height="40"><select name="hour2" id="hour2"> <option value="07"> 07 </option> <option value="08"> 08 </option> <option value="09"> 09 </option> <?php for($hour2=10;$hour2<17;$hour2++) { ?> <option value="<?php echo $hour2;?>"> <?php echo $hour2;?> </option> <?php } ?> : </select> : <select name="min2" id="min2"> <option value="00"> 00 </option> <option value="15"> 15 </option> <option value="30"> 30 </option> <option value="45"> 45 </option> <option value="50"> 50 </option> </select> น.</td> </tr> <tr> <td> </td> <td height="24">ห้อง</td> <td height="40"><select name="txtroom" id="txtroom" > <option value="" selected="selected">เลือกห้องเรียน</option> <?php include('connect.php'); $room=$_POST['room']; $strSQL = "SELECT * FROM room ORDER BY room ASC"; $objQuery = mysql_query($strSQL); while($objResuut = mysql_fetch_array($objQuery)) { ?> <option value="<?php echo $objResuut["room"];?>" > <?php echo $objResuut["room"];?> </option> <?php } ?> </select></td> </tr> <tr> <td> </td> <td> ชื่อ-นามสกุล</td> <td height="40"><label> <input type="text" name="txtname" id="txtname" /> </label></td> </tr> <tr> <td> </td> <td>เพศ</td> <td height="40"><label> <select name="txtsex" id="txtsex"> <option value="" selected="selected">เลือกเพศ</option> <option value="1">ชาย</option> <option value="2">หญิง</option> </select> </label></td> </tr> <tr> <td> </td> <td>ชื่อหน่วยงาน</td> <td height="40"><input type="text" name="txtorg" id="txtorg" /></td> </tr> <tr> <td> </td> <td>เบอร์โทรศัพท์</td> <td height="40"><input name="txttel" type="text" id="txttel" maxlength="10" /></td> </tr> <tr> <td> </td> <td>เบอร์ Fax</td> <td height="40"><label> <input type="text" name="txtfax" id="txtfax" /> </label></td> </tr> <tr> <td> </td> <td>email</td> <td height="40"><label> <input type="text" name="txtmail" id="txtmail" /> </label></td> </tr> <tr> <td> </td> <td>รายละเอียดในการใช้ </td> <td height="40"><label> <textarea name="txtdetail" id="txtdetail" cols="45" rows="5"></textarea> </label></td> </tr> <tr> <td> </td> <td><input type="hidden" name="hdnLine" value="<?=$i;?>"></td> <td height="25"> </td> </tr> <tr> <td> </td> <td align="center"><input name="Submit" type="button" class="button1" id="Submit" onclick ="addcheck();" value="ยืนยัน" /></td> <td height="40"> <label> <input name="ยกเลิก" type="reset" class="button1" id="ยกเลิก" value="ยกเลิก" onClick="checkback();"/> </label></td> </tr> <tr> <td> </td> <td> </td> <td height="40"> </td> </tr> </table></form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง