谁会用PHP编写用户登陆系统,谢谢!

来源:百度知道 编辑:UC知道 时间:2024/05/24 08:59:35
我需要一套用PHP编写的用户登陆系统,用户名和密码是已经指定好的,而且是唯一的。因为我基本不懂PHP,所以我需要完整的页面代码,一定要所有完整的几个页面,谢谢!
因为用户名和密码是已经设定好的,而且只有一组,所以我想不需要连接数据库,直接在页面代码中设定好就行了。

我有.<table width="299" height="94" border="1" align="center" cellspacing="0" bordercolorlight="#66CC33" bordercolordark="ffffff">
<form name="form1" method="post" action="" onSubmit="return CheckForm();">
<tr align="center" valign="middle">
<td colspan="2" ><div align="center" class="style4 style5">
<h2>员工登陆</h2>
</div></td>
</tr>
<tr>
<td align="right" nowrap><span class="style6">操作点:</span></td>
<td nowrap ><input name="user_admin2" type="text" id="user_admin2" size="20"onFocus="this.select()"onMouseOver="this.focus()"></td>
</tr>