include "checklogin.php"; include "connect.php"; $num_in7 = $_GET['num_in7']; $sql = "DELETE FROM information7 WHERE num_in7 = '$num_in7'"; mysql_query($sql,$conn) or die("3.ไม่สามารถประมวลผลคำสั่งได้").mysql_error(); mysql_close($conn); echo""; ?>