Thread: login script
View Single Post
Old 01-16-2003, 06:59 PM   #13 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
here is my code for the login page:

PHP Code:
<?
include("connect.php");
?> 

<html>
<head>
<title>login page</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#ffffff" text="#686464">
<center>
<br>
<br>
<br><br><br>
 
<img src="assets/ao.jpg">
</center>
<STYLE type=text/css>
a:link { color:#0a527f; text-decoration:none;}
a:visited { color:#0a527f; text-decorations:none;}
a:hover { text-decoration:none; color:#000000;}
</STYLE>

<form name="login" method="post" action="login.php">
<center>
<table width="18%" border="0">
<tr>
<td>
Login:
</td>
<td>
<input type="text" name="Array[username]">
</td></tr>
<td>
Password:
</td>
<td>
<input type="password" name="Array[password]">
</td></td></table><br><br>
<input type="submit" name="Submit" value="Login">

<br><br><br>
- [ <a href="register.php">r e g i s t e r</a> | <a href="lostpass.htm">l o s t  p a s s w o r d</a> | <a href="terms.htm">t o a</a> ] -<br>
<br>- v e r s i o n [ 0.01 ] -
</form>
<br><br>
<br><br>
<a href="main.php">- b y p a s s - l o g i n -</a>
</center>
</body>
</html>
trevor is offline   Reply With Quote