<?php <?PHP include("checkstatus.php"); ?> <?PHP if($seat["A1"]== "A1"){ ?> <td width="80" height="40" align="center" bgcolor="#FFFF00"><span class="style1">จองแล้ว</span></td> <?PHP }else{ ?> <td width="80" height="40"bgcolor="#33FF00"><input type="checkbox" name="checkbox2" value="1" /> A1</td> <?PHP } ?> <?PHP if($seat["B1"]=="B1"){?> <td width="80" height="40" align="center" bgcolor="#FFFF00"><span class="style1">จองแล้ว</span></td> <?PHP }else{ ?> <td width="80" height="40" bgcolor="#33FF00"><input type="checkbox" name="checkbox2" value="10" /> B1</td> <?PHP }?> <td width="80" colspan="1" rowspan="10" valign="bottom" bgcolor="#B7CDFC"> </td> <?PHP if($seat["C1"]=="C1"){?> <td width="80" height="40" align="center" bgcolor="#FFFF00"><span class="style1">จองแล้ว</span></td> <?PHP }else{ ?> <td width="80" height="40" bgcolor="#33FF00"><input type="checkbox" name="checkbox2" value="19" /> C1</td> <?PHP }?> <?PHP if($seat["D1"] =="D1"){?> <td width="80" height="40" align="center" bgcolor="#FFFF00"><span class="style1">จองแล้ว</span></td> <?PHP }else{ ?> <td width="80" height="40" bgcolor="#33FF00"><input type="checkbox" name="checkbox2" value="30" /> D1</td> <?PHP }?> </tr>
// หน้าส่ง <input type="checkbox" name="checkbox[]" value="30" /> <input type="checkbox" name="checkbox[]" value="30" /> <input type="checkbox" name="checkbox[]" value="30" /> // หน้ารับ <?php $checkbox = $_POST['checkbox']; // array foreach($checkbox as $val) { echo $val."<br>"; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง