<? session_start(); include"config.inc.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action="check_roomb.php"> <table width="1030" border="1" align="center" cellpadding="0" cellspacing="2"> <? $sql="select * from tb_roomb"; $result=mysql_query($sql); ?> <tr> <? while($read_data=mysql_fetch_array($result)){ if($read_data['statusb']==1){ ?> <td width="584" bgcolor='green'><input type="radio" name="id_roomb" id="radio8" value="<?=$read_data['id_roomb'];?>" /> <label> <?=$read_data['id_roomb'];?> </label> </td> <? }else{ ?> <td width="385" bgcolor='red'><label> <?=$read_data['id_roomb'];?> </label> </td> <? } } ?> </tr> <tr> <td colspan="20"><label> <div align="center"> <select name="room_typeb" id="room_typeb"> <option value="1">รายวัน</option> <option value="2">รายเดือน</option> <option selected="selected">กรุณาเลือกประเภทห้อง</option> </select> <label> <input type="radio" name="statusb" id="radio11" value="2" /> </label> จอง</div> </label> <div align="center"> <input type="submit" name="Submit" id="button" value="stepต่อไป" /> </div></td> </tr> </table> <p align="center"> </p> </form> <p> </p> <p> </p> </body> </html>
<form id="form1" name="form1" method="post" action="check_roomb.php"> <table width="1030" border="1" align="center" cellpadding="0" cellspacing="2"> <? $sql="select * from tb_roomb"; $result=mysql_query($sql); ?> <tr> <? echo "<table><tr>"; $no=0; while($read_data=mysql_fetch_array($result)){ echo "<td>"; $no++; if($read_data['statusb']==1){ ?> <td width="584" bgcolor='green'><input type="radio" name="id_roomb" id="radio8" value="<?=$read_data['id_roomb'];?>" /> <label> <?=$read_data['id_roomb'];?> </label> </td> <? }else{ ?> <td width="385" bgcolor='red'><label> <?=$read_data['id_roomb'];?> </label> </td> <? } if(($no%5)==0){ echo "<tr><td><tr>"; }else{ echo "<td>"; } } echo "</tr></table>": ?> </tr> <tr> <td colspan="20"><label> <div align="center"> <select name="room_typeb" id="room_typeb"> <option value="1">รายวัน</option> <option value="2">รายเดือน</option> <option selected="selected">กรุณาเลือกประเภทห้อง</option> </select> <label> <input type="radio" name="statusb" id="radio11" value="2" /> </label> จอง</div> </label> <div align="center"> <input type="submit" name="Submit" id="button" value="stepต่อไป" /> </div></td> </tr> </table> <p align="center"> </p> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง