topical media & game development
basic-php-12-login.php / php
<?php
session_start();
_POST['submit'])) {
if (_POST['password'] == "aregreat") {
_POST['redirect'] . "");
echo "You are being redirected to your original page request!<br>";
echo "(If your browser doesn't support this, " .
"<a href=\"" . _POST['redirect']; ?>">
Username: <input type="text" name="username"><br>
Password: <input type="password" name="password"><br><br>
<input type="submit" name="submit" value="Login">
</form>
</p>
<?php
}
} else {
?>
<html>
<head>
<title>Beginning PHP5, Apache and MySQL</title>
</head>
<body>
<p>
You must be logged in to view this page<br><br>
<?
if (isset(redirect = redirect = <index.php>;
}
?>
<form action=<login.php> method="post">
<input type="hidden" name="redirect"
value="<?php echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.