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