Hacked By AnonymousFox
<?
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);
$sql="delete from fin_price where Idfin='$Id'";
$query=mysql_query($sql);
?><script langquage='javascript'>
window.location="home.php";
</script>
Hacked By AnonymousFox1.0, Coded By AnonymousFox