topical media & game development
basic-php-13-login.php / php
<?php require_once 'header.php'; ?>
<form method="post" action=<transact-user.php>>
<h1>Member Login</h1>
<p>
E-mail Address:<br>
<input type="text" name="email" maxlength="255" value="">
</p>
<p>
Password:<br>
<input type="password" name="passwd" maxlength="50">
</p>
<p>
<input type="submit" class="submit" name="action" value="Login">
</p>
<p>
Not a member yet? <a href=<useraccount.php>>Create a new account!</a>
</p>
<p>
<a href=<forgotpass.php>>Forgot your password?</a>
</p>
</form>
<?php require_once 'footer.php'; ?>
(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.