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