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