$username = $_POST['username']; $password = $_POST['password']; if (empty($username) || empty($password)){ //The username/password did not post.. draw out the userform print "