📄 yz88.php
字号:
<?
require "config.php";
$strsql="select * from $grhy where user='$user' and password='$password'";
$result=mysql_query($strsql,$myconn);
$num=mysql_num_rows($result);
if($num)
{
setcookie("cokeuser2",$user);
setcookie("cokepass2",$password);
echo"<meta http-equiv=refresh content=0;URL=grfb.php>";
}
else
{
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>登陆失败</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-size: 13px;
}
.unnamed1 {
font-size: 12px;
color: #0000FF;
border: 1px solid #000000;
height: 16px;
}
-->
</style></head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="263" bgcolor="#CCFFCC"><table width="50%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#00CCFF">
<tr>
<td><FORM name=form1 onsubmit="return check(this)"
action=yz88.php
method=post>
<TABLE cellSpacing=1 cellPadding=5 width="100%" border=0>
<TBODY>
<TR bgcolor="#00CCFF">
<TD colspan="2">
<DIV align=center>登陆失败</DIV></TD>
</TR>
<TR bgcolor="#FFFFFF">
<TD width="35%">
<DIV align=center><FONT size=2>用户名:</FONT></DIV></TD>
<TD width="65%"><FONT size=2>
<!--webbot bot="Validation" S-Display-Name="会员名"
B-Value-Required="TRUE" I-Minimum-Length="3"
I-Maximum-Length="20" -->
<INPUT name=user id="user" size=16
maxLength=20>
</FONT></TD>
</TR>
<TR bgcolor="#FFFFFF">
<TD width="35%">
<DIV align=center><FONT size=2>密 码:</FONT></DIV></TD>
<TD width="65%"><FONT size=2>
<!--webbot bot="Validation" S-Display-Name="密码"
B-Value-Required="TRUE" I-Minimum-Length="4"
I-Maximum-Length="20" -->
<INPUT name=password
type=password id="password" size=16 maxLength=20>
</FONT></TD>
</TR>
<TR bgcolor="#00CCFF">
<TD width="35%"></TD>
<TD width="65%">
<INPUT type=submit value="登 陆" name=login_submit>
<a href="index.php">返回首页</a> </TD>
</TR>
</TBODY>
</TABLE>
</FORM></td>
</tr>
</table></td>
</tr>
</table>
<?
}?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -