Current Path : C:/AppServ/www/new_msd1/webengine/ |
Current File : C:/AppServ/www/new_msd1/webengine/check_risk.php |
<? include("lib/session.php"); include("lib/config.php"); include("lib/connect.php"); include("lib/function.php"); include("lib/register_global.php"); $password=$_POST["password"]; $sql="select Key_enter from key_enter where Id='1'"; $query=mysql_query($sql); $row=mysql_fetch_array($query); if($row[0]==$password){ Header("Location:risk.php?pwd=$password"); }else{ Header("Location:risk_ck.php?alert=yes"); } ?>