'; if (isset($_POST['submit'])) { /* check they filled in what they were supposed to and authenticate */ if(!$_POST['uname'] | !$_POST['passwd']) { echo 'You did not fill in a required field.'; } // authenticate. $username = "mpls2005"; $password = "updates"; // check passwords match if ($_POST['passwd'] == $password && $_POST['uname'] == $username) { $url = "presentations/"; // target of the redirect $delay = "0"; // 3 second delay echo ''; $redirect = true; } else { echo 'Incorrect username or password, please try again.'; } print ""; } ?> Login

Please wait while we redirect you

Login

Username:
Password: