Current Path : C:/AppServ/www/stat1/ |
Current File : C:/AppServ/www/stat1/delete.php |
<? include("connect.php"); include("register_global.php"); $Id=$_GET["Id"]; $sql="delete from staff where Id='$Id'"; $query=mysql_query($sql); ?> <script langquage='javascript'> window.location="2.php"; </script>