topical media & game development
basic-php-02-movie1-rev06.php / php
<?php include <header.php>; ?>
<?php
//delete this line: setcookie('username', 'Joe', time()+60);
session_start();
_POST['user'];
_POST['pass'];
_SESSION['username'] == 'Joe') and
(_SESSION['authuser'] = 1;
} else {
echo "Sorry, but you don't have permission to view this
page, you loser!";
exit();
}
?>
<html>
<head>
<title>Find my Favorite Movie!</title>
</head>
<body>
<?php
myfavmovie'>";
echo "Click here to see information about my favorite movie!";
echo "</a>";
?>
</body>
</html>
(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.