User Authenticationif (isset($_POST["user"]) && isset($_POST["pass"]) && strtolower($_POST["user"]) == "shelley" && $_POST["pass"] == "deadline") {?>Welcome!} else {?>Please log in!User name: Password: }?>