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