
login.php
By: a guest on
Jun 26th, 2012 | syntax:
PHP | size: 0.57 KB | hits: 24 | expires: Never
<?php
echo
'<table bordercolor="orange" border="2" width="100px" height="100px" cellspacing="1" cellpadding="1" align="center" >
<form id="login.php" name="login.php" method="post" action="giris.php">
<tr>
<td>user_name</td>
<td><input type="text" name="user_name" id="user_name" /></td>
</tr>
<tr>
<td>password</td>
<td><input type="text" name="password" id="password" /></td>
</tr>
<tr>
<td colspan="2"><center><input type="submit" name="giris.php" value="GİRİŞ" /></center></td>
</tr>
</form>
</table>'
?>