<html> <head> <title>Edit Members</title> </head> <body background="img/bg.gif"> <? $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("dormitory"); $strSQL = "SELECT * FROM member"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="200" border="0" align="center"> <tr> <th scope="row"><img src="img/header.jpg" alt="" width="969" height="213" /></th> </tr> </table> <p> <? mysql_close($objConnect); ?> </p> <form name="form1" method="post" action="delcon.php"> <center><table width="618" border="4" bordercolor="#000000"> <tr> <th width="78"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">ชื่อผู้ใช้</div></th> <th width="85"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">รหัสผ่าน</div></th> <th width="161"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">ชื่อ-นามสกุล</div></th> <th width="102"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">เบอร์โทรศัพท์ </div></th> <th width="52"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">อีเมล์ </div></th> <th width="94"> <div align="center"><font face="MS Sans Serif" font size="2" color="000000">ลบข้อมูล</div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><font face="MS Sans Serif" font size="2" color="000000"><?=$objResult["member_id"];?></div></td> <td><div align="center"><font face="MS Sans Serif" font size="2" color="000000"><?=$objResult["member_password"];?></div></td> <td><div align="center"><font face="MS Sans Serif" font size="2" color="000000"><?=$objResult["member_Firstname"];?> <?=$objResult["member_Lastname"];?></div></td> <td><div align="center"><font face="MS Sans Serif" font size="2" color="000000"><?=$objResult["member_phone"];?></div></td> <td><div align="center"><font face="MS Sans Serif" font size="2" color="000000"><?=$objResult["member_email"];?></div></td> <td align="center"><font face="MS Sans Serif" font size="2" color="000000"> <label> <input type="submit" name="button" id="button" value="ลบข้อมูล"> </label></td> </tr> <? } ?> </table> <p> </p> <table width="200" border="0"> <tr> <th scope="col"><a href="admin_page.php"><img src="img/home_icon1.gif" alt="" width="100" height="90" /></a></th> </tr> </table> <p> </p> </center> </form> <p> </p> </body> </html>
<? $sql = "Delete from help where member_id = '$user_id'"; $result =mysql_query($sql); if($result){ echo "<script> alert('ลบข้อมูลเรียบร้อยแล้ว');</script>"; echo "<meta http-equiv=\"refresh\" content=\"5; url = 'delmem.php'\" >"; exit(); } else{ echo "<script> alert('ขออภัยไม่สามารถลบข้อมูลได้กรุณาลองใหม่อีกครั้ง');</script>"; echo "<meta http-equiv='refresh' content='0;URL=delmem.php'>"; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง