⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 safe-question.php

📁 邮箱加即时聊天
💻 PHP
字号:
<? ob_start();?>
<html>
<head><br><br><br>
	<title>短信息接收系统安全中心</title>
</head>
<body background="danse3.jpg">
	<iframe src="title1.php" width=100% height=14% scrolling=no noresize frameborder=0 style="position:absolute;top:0;"></iframe>
	<div style="position:absolute;top:90px;left:92%"><font size=2><a href="index.html">首页</a>|<A href="faq.html">帮助</A></font></div>	
    <br>
    <br><br>	
  <center>
	<table width=750 cellpadding=0 cellspacing=0 frame=box border=10 bordercolor=lightblue>
	<tr><td width=1></td>
	<td width=8></td>
	<td width=732 align=center>

	<!--提示信息 begin-->
	<table width="100%" border=0 cellpadding=0 cellspacing=2>
	<tr><td height=1 colspan=3></td></tr>
	<tr><td colspan="3" height=10 ></td></tr>
	<tr><td width=120 align=right></td>
	<td width="18"><img src="data01.gif" width="13" height="13"></td>
	<td width="604" class=lr><strong>输入您的会员账号<strong></td></tr>

	<tr height=10><td><td colspan="2"></td></tr>
	</table>
	<!--提示信息 end-->

		<table width="100%" border=0 cellspacing=0 cellpadding=0 height=10>
	<tr><td></td></tr>
	</table>


	<table width="100%" border=0 cellspacing=0 cellpadding=0 height=10>
	<tr><td></td></tr>
	</table>

	<!--内容 begin-->
	<table width=540 border=0 cellpadding=0 cellspacing=1 bgcolor=#999999>
	<tr><td bgcolor=#F7F7F7>
	<form name="Submit" method="post" action=safe-question.php>
	<br><br>
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr><td align=right ><font color=red>*</font>请输入会员帐户名:</td>
		<td align=left width="310">
		<input type="text" name="loginname" size="22" >
		<div id=loginname style="DISPLAY:none"></div></td></tr>
	</table>

	<table width="100%" border="0" cellpadding="0" cellspacing="0">
		<tr><td></td><td></td></tr>
		<tr><td width="100%" colspan=2 align=center>
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=submit name=submitName value="提  交"></td></tr>
	</table><br><br>
	</td>
	</tr>
	</table>
	</form>
	<!--内容 end-->
<?
	include "Sysconf.php";
		$username=$_POST["loginname"];
		$submit=$_POST["submitName"];
			if($submit=="提  交")
					{
				$sql="select * 
					from user_base_information a
				 	where a.user_name='$username';";
				$result=mysql_query($sql);		

			if(mysql_fetch_row($result)==true){
			
				$question=mysql_result($result,0,'question');
					setcookie("question",$question);
					setcookie("username",$username);
					header("location:safe-question-exists.php");
					//echo "<script>window.location.href='safe-question-exists.php'</script>";
					
					}
			else
					echo "<script>alert('您所输入的用户名不存在,请您重新输入!')</script>";
				
					}

	
?>
	<div id =end style="layer-background-color:red"><center>
	<font size=2>
	<hr width=750>
	<a href="about.html">制作小组</a> - <a href="help.html">帮助</a> - <a href="contactus.html">联系方法</a> - 
	<a href="http://corp.163.com/gb/job/job.html">招聘信息</a> - <a href="report.html">报告错误</a> - 
	<a href="http://gb.corp.163.com/gb/legal.html">相关法律</a><br/>

	短消息接收系统第二制作小组 &copy;2008-2009
	</font></center>
    </div> 
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -