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