php 代码如下 运行结果没有验证账号和密码 任何账号和密码都是成功登入,但是他并不跳转到指定页面上去

<?phpsession_start();?><formid="form1"name="form1"method="post"action=""><divid="Laye... <?php
session_start();
?>

<form id="form1" name="form1" method="post" action="">
<div id="Layer1">
<table width="525" height="240" border="0">
<tr>
<td width="155" height="55"> </td>
<td width="354"><label>
<input type="text" name="name"value="" />
</label> </td>
</tr>
<tr>
<td> </td>
<td><label>
<input type="password" name="pwd" value=""/>
</label> </td>
</tr>
<tr>
<td><label>
<input type="submit" name="Submit" value="提交" onclick="return f_check(form);" />
</label>
</td>
<td><label>
<input type="submit" name="Submit2" value="重填" />
<?php
include ("conn/conn.php");
if(isset($_POST['name'])and $_POST['pwd']!=null){
$select=mysql_query("select * from tb_user where name='".$name."'and pwd='".$pwd."'");
if($row=mysql_num_rows($select)==1){
$_SESSION['name']=$_POST['name'];
echo "<script>alert ('登入成功!');windoow.location.href='sheji/teacher.php';</script>;";
}else{
echo "<script>alert ('对不起,您输入的用户名或密码不正确!');windoow.location.href='sheji/login.php';</script>;";
}
}
?>

</label></td>

</tr>
</table>
</div>

</form>

</td>
</tr>

</table>
</body>
</html>
展开
 我来答
wfighter
2014-05-07
知道答主
回答量:36
采纳率:0%
帮助的人:19万
展开全部
没有验证账号和密码:f_check(form)这个函数呢?

不跳转是因为:windoow拼错了
追问
大神 有QQ号码 我下次有不会的请教您!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
软件开发枫老师
2014-05-07 · TA获得超过585个赞
知道小有建树答主
回答量:599
采纳率:63%
帮助的人:320万
展开全部
echo "<script>alert ('登入成功!');windoow.location.href='sheji/teacher.php';</script>;";

写错了大哥,是window.其实这可以不写,直接 location.href
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式