<?php require_once 'function.inc.php'; ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>test program</title> <style type="text/css"> <!-- body,td,th { font-family: AngsanaUPC; } .style1 {font-size: 24px} --> </style></head> <body> <div align="left"> <?php $sql = "select * from user left join used on (used.user_id = user.id) left join room on (room.id = used.room_id)where (room.name like '%".$_GET["txtSearch"]."%')"; $result = mysql_query($sql); $num = mysql_num_rows($result); echo "จำนวนข้อมูลทั้งหมด $num รายการมีดังนี้"; while ($row = mysql_fetch_array($result)){ //echo " ชื่อห้องประชุม : $row[name]<br><p>"; //echo "ชื่อผู้จอง : $row[username]<br>"; //echo "วันที่จอง : $row[used_day]<br>"; ?> <table width="346" border="1" align="center" cellspacing="1" bordercolor="#00FF00"> <tr> <td width="125"><div align="center" class="style1">รูป</div></td> <td width="208"><div align="center" class="style1">ชื่อห้องประชุม</div></td> </tr> <tr> <td> </td> <td><?php echo $row['name'];?></td> </tr> <tr> <td> </td> <td>5555</td> </tr> </table> <br> <table width="276" border="1" align="center"> <tr> <td width="142">ผู้จอง : <?php echo $row['username'];?></td> <td width="118">วันที่จอง : <?php echo $row['used_day'];?></td> </tr> </table> <?php } mysql_close(); ?> </div> </body> </html>
$sql = "select * from user inner join used on used.user_id = user.id inner join room on room.id = used.room_id where (room.name like '%".$_GET["txtSearch"]."%')"; $result = mysql_query($sql); $num = mysql_num_rows($result);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง