Hacked By AnonymousFox

Current Path : C:/AppServ/www/stato/
Upload File :
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>

Hacked By AnonymousFox1.0, Coded By AnonymousFox