html5中文学习网

您的位置: 首页 > 网络编程 > PHP编程 » 正文

一个基于mysql的登陆验证程序(二)_PHP教程_编程技术

[ ] 已经帮助:人解决问题
mysql|程序
<!--
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>
eHuHTML5中文学习网 - HTML5先行者学习网
eHuHTML5中文学习网 - HTML5先行者学习网
(责任编辑:)
推荐书籍
推荐资讯
关于HTML5先行者 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助