Current Path : C:/AppServ/www/bkup/finan300368/financial/ |
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>