<?php session_start(); include('config.php') if($_GET['room_id']!=""){ ..................... ต้องแก้ไงคะ $id=$_GET['room_id'] ........................นี่ด้วย //ตรวจสอบว่ามีคนจองชนิดห้องนี้หรือไม่ถ้ามีการจองอยู่ไม่สามารถลบได้ $sql="select * from room where status='1' and room_id ='$room_id'"; $check=mysql_query($sql,$booking); $row_check = mysql_fetch_assoc($check); if($row_check<>0) { msg("ไม่สามารถลบข้อมูลได้ เพราะห้องอบรมนี้มีคนจองอยู่"); }else{ //ลบข้อมูลห้องอบรม $sql="delete from room where room_ID ='$room_ID'"; $result=mysql_query($sql,$booking); echo"<meta http-equiv='refresh' content='0;URL=manager_room.php'>"; } } } //จัดการ ตาราง room if($table=="room") { if($do=="del") { //ตรวจสอบว่าห้องอบรมว่างหรือไม่ ถ้าไม่ว่างไม่สามารถลบห้องอบรมได้ $sql="select * from room where status='1' and room_ID='$room_ID'"; $check=mysql_query($sql,$booking); $row_check = mysql_fetch_assoc($check); if($row_check<>0) { msg("ไม่สามารถลบข้อมูลได้ เพราะสถานะห้องไม่ว่าง"); }else{ $sql="delete from room where room_ID=$room_ID"; $result=mysql_query($sql,$booking); echo"<meta http-equiv='refresh' content='0;URL=manager_room.php'>"; } } } ?> <script> alert("ลบข้อมูลเรีบยร้อยแล้วครับ"); location.href="index_club_admin.php" </script> <?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> </body> </html>
$row_check = mysql_num_rows($check); if($row_check<>0)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง