by the way, this is my interface login form, i'm still dont get it how to link with php and phpmyadmin.
can you guys help me?
this is my code interface.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#apDiv1 {
position: absolute;
left: 320px;
top: 56px;
width: 736px;
height: 480px;
z-index: 1;
background-color: #FFFFFF;
}
</style>
</head>
<body>
<div id="apDiv1">
<p> </p>
<table width="416" height="301" border="1" align="center" >
<tr>
<th scope="col"><p> </p>
<h2 align="center">Sistem Pengurusan Perpustakaan <br />
SMK Pandan Jaya</h2>
<p><img src="xbanner-smkpj20121.png.pagespeed.jpg" width="372" height="105" /></p>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#666699">
<tr>
<form action="login.php" method="post" name="form1" id="form1">
<td><table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#666699">
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="78">Username</td>
<td width="6">:</td>
<td width="294"><input name="myusername" type="text" id="username" /></td>
</tr>
<tr>
<td>Password</td>
<td>:</td>
<td><input name="mypassword" type="password" id="password" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="Submit" value="Login" />
<input type="reset" name="Submit2" value="Reset" /></td>
</tr>
</table></td>
</form>
</tr>
</table>
<p> </p></th>
</tr>
<tr>
<th scope="col"><form id="form2" name="form2" method="post" action="">
Forgot Password?
<input type="submit" name="Change" id="Change" value="Submit" />
</form></th>
</tr>
</table>
<p> </p>
</div>
</body>
</html>

