Ved ikke hvordan man coder.. men her:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><!-- ========================================================== -->
<!-- Created by Devit Schizoper -->
<!-- Created HomePages
http://LoadFoo.starzonewebhost.com -->
<!-- Created Day 01.12.2006 -->
<!-- ========================================================== -->
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="author" content="LoadFoO" />
<meta name="description" content="Site description" />
<meta name="keywords" content="key, words" />
<title>Highclass.css</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript" src="js/textsizer.js"></script>
<script type="text/javascript" src="js/rel.js"></script>
</head>
<body>
<div id="wrap">
<div id="top" style="width: 730px; height: 72px">
<h2><a href="index.php"><font color="#93B300">H</font>ighclass</a>
</h2>
<div id="menu" style="width: 561px; height: 79px">
<ul>
<li><a href="index.php"><font color="#93B300">h</font>ome</a></li>
<li><a href="memberz.php"><font color="#93B300">m</font></font>emberz</a></li>
<li><a href="downloadz.php"><font color="#93B300">d</font>ownloadz</a></li>
<li><a href="contact.php"><font color="#93B300">c</font>ontact uz</a></li>
<li><a href="linkz.php"><font color="#93B300">l</font>inkz</a></li>
<li><a href="gaestebog.php"><font color="#93B300">t</font>agwall</a></li>
<li><a href="lan2.php" class="current">lan</a></li>
</ul>
</div>
</div>
<div id="content">
<div id="left" style="width: 390px; height: 148px">
<h2><font color="#93B300">d</font><font color="#808080">u skal logge ind for at
læse videre!</font></h2>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- CSS STYLE SHEET START -->
<br>
<?php
$bruger = 'sune';
$password = 'lind';
if($_POST['brugernavn'] == $bruger && $_POST['password'] == $password){
// Send brugeren videre til naeste side
header('Location: lan.php');
} else {
// Udskriv en fejlmeddelelse
?>
<OnLoad="java script:alert('Brugernavn og/eller password er forkert!')">
<?
}
?>
<fieldset>
<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post">
<label>Brugernavn: <input type="text" name="brugernavn" /></label><br>
<label>Password: <input type="password" name="password" /></label><br>
<input type="submit" value="Videre !" />
</form>
</fieldset>
</head>
<body></div>
<div id="right" style="width: 175px; height: 136px">
<ul id="nav">
<li><a href="index.php"><span style="font-weight: 400">home</span></a></li>
<li><a href="memberz.php"><span style="font-weight: 400">memberz</span></a></li>
<li><a href="downloadz.php"><span style="font-weight: 400">downloadz</span></a></li>
<li><a href="contact.php"><span style="font-weight: 400">contact uz</span></a></li>
<li><a href="linkz.php"><span style="font-weight: 400">linkz</span></a></li>
<li><a href="gaestebog.php"><span style="font-weight: 400">tagwall</span></a></li>
<li><a href="lan2.php">lan</a></li> </li>
</ul>
</body>
</html>