Hacked By AnonymousFox

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

<? 
include("lib/connect.php");
include("lib/session.php");
$Id=$_GET["Id"];
if($System_Session_User_ID=="") {
echo "<SCRIPT LANGUAGE=\"JavaScript\">window.location = \"index.php\";alert(\"You must Login first.\");</SCRIPT>";
 } 
$sql="select * from fin_staff where StaffID='$System_Session_User_ID'";
$query=mysql_query($sql);
$row=mysql_fetch_array($query);

 $sqlc1="select Idfin from fin_stepold where Id='$Id'";
 $queryc1=mysql_query($sqlc1);
$rowc1=mysql_fetch_array($queryc1);
$Idback=$rowc1[0];

 $sql="delete from fin_stepold where Id='$Id'";
$query=mysql_query($sql);


Header("Location:editdata.php?Id=$Idback");

?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox