session_start(); $isLogin=false; if (isset($_SESSION["ewisoft_group_1"]))$isLogin=true; else { $username=""; $password=""; if (isset($_POST["username"])) $username = $_POST["username"]; if (isset($_POST["password"])) $password = $_POST["password"]; if (!get_magic_quotes_gpc()) { $username=addslashes($username); $password=addslashes($password); } if (($username==="oopbook" && $password==="colorado")) { $isLogin=true; $_SESSION["ewisoft_group_1"]="true";} } $url="oopcodepage.php"; ?>
|
|
|
Using Python From IDL is HERE! 2012 Christmas Card is HERE! Object Oriented Programming with IDL is HERE!