Hacked By AnonymousFox

Current Path : C:/AppServ/www/bkup/finan300368/financial/
Upload File :
Current File : C:/AppServ/www/bkup/finan300368/financial/deletedata.php

<? 
include("lib/connect.php");
include("lib/session.php");


if($System_Session_User_ID=="") {
echo "<SCRIPT LANGUAGE=\"JavaScript\">window.location = \"index.php\";alert(\"You must Login first.\");</SCRIPT>";
 } 
$Id=$_GET["Id"];
$sql="delete from fin_data where Id='$Id'";
$query=mysql_query($sql);
?><script langquage='javascript'>
window.location="home.php";
</script>


Hacked By AnonymousFox1.0, Coded By AnonymousFox