欢迎光临
我们一直在努力

一个基于mysql的登陆验证程序(二)-PHP教程,PHP应用

建站超值云服务器,限时71元/月

<!–
file name: login.htm
–>
<html>
<head>
<title>系统登陆</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!–
.css1 {  font-size: 10pt; color: #ffcc66}
–>
</style>
</head>

<body bgcolor="#ffffff" topmargin=0 leftmargin=0>
<form method="post" action="login.php3">
  <table width="210" bgcolor="#ffffff" height="106" bordercolor="navajowhite" border="1" style="width: 210px">
    <tr bgcolor="#0000ff">
    <td colspan="4">
      <div align="center"><b><font color="#ffffff" face="楷体_gb2312">系统登陆</font></b></div>
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
    <td width="71" class="css1">
        <div align="center">用户帐号</div>
    </td>
    <td colspan="3" align=middle>
      <input name="name" size="14" >
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
    <td width="71" class="css1">
        <div align="center">用户密码</div>
    </td>
    <td colspan="3" align=middle>
      <input type="password" name="pwd" size="14" >
    </td>
  </tr>
  <tr bgcolor="#f9fde1" bordercolor="#cccccc">
      <td colspan="4" height="26" style="height: 26px">
        <div align="center">
          <input type="submit" name="submit1" value="  登 陆 " height="20" style="font-size: smaller; height: 22px">
        </div>
      </td>
  </tr>
</table>
</form>
</body>
</html>

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 一个基于mysql的登陆验证程序(二)-PHP教程,PHP应用
分享到: 更多 (0)