
Untitled
By: a guest on
Mar 24th, 2012 | syntax:
PHP | size: 0.24 KB | hits: 34 | expires: Never
<html>
<form action='login.php' method='POST'>
<center>Username: <input type='text' name='username'><br><center>
<center>Password: <input type='password' name='password'><br><center>
<input type='submit' value='Login'>
</form>
</html>