php网页不知道错误在哪

<?phpif($_POST["RadioGroup1"=="学生登录"]{if($_POST["name"]){require"public.php";mysql_qu... <?php
if($_POST["RadioGroup1"=="学生登录"]{
if($_POST["name"]){
require"public.php";
mysql_query("SET NAMES GB2312");
$name=$_REQUEST["name"];
$pass=$_REQUEST["password"];
$sql"select * from $tb_std where studentID='$name'&& password='$pass'";
$result=mysql_query($sql);
if(mysql_num_rows($result)!=0){
setcoocie("admin","$name",time()+60*5);
echo"<html><head><meta http-equiv='Content-Type' content='text/html; charset=gb2312' />";
echo"<meta http-equiv='refresh' content='1; url= '>";
echo"</head>";
echo"<body>登录成功!1秒后进入学生界面......</body>"
echo"</html>"
}
else{
echo"<center>用户名或密码错误!</center>"
}
}
}
elseif($_POST["RadioGroup1"=="教师登录"]{
if($_POST["name"]){
require"public.php";
mysql_query("SET NAMES GB2312");
$name=$_REQUEST["name"];
$pass=$_REQUEST["password"];
$sql"select * from $tb_tch where teacherID='$name'&& password='$pass'";
$result=mysql_query($sql);
if(mysql_num_rows($result)!=0){
setcoocie("admin","$name",time()+60*5);
echo"<html><head><meta http-equiv='Content-Type' content='text/html; charset=gb2312' />";
echo"<meta http-equiv='refresh' content='1; url=Teacher_User.php'>";
echo"</head>";
echo"<body>登录成功!1秒后进入教师界面......</body>"
echo"</html>"
}
else{
echo"<center>用户名或密码错误!</center>"
}
}
}
elseif($_POST["RadioGroup1"=="管理员登录"]{
if($_POST["name"]){
require"public.php";
mysql_query("SET NAMES GB2312");
$name=$_REQUEST["name"];
$pass=$_REQUEST["password"];
$sql"select * from $tb_admin where adminId='$name'&& password='$pass'";
$result=mysql_query($sql);
if(mysql_num_rows($result)!=0){
setcoocie("admin","$name",time()+60*5);
echo"<html><head><meta http-equiv='Content-Type' content='text/html; charset=gb2312' />";
echo"<meta http-equiv='refresh' content='1; url= '>";
echo"</head>";
echo"<body>登录成功!1秒后进入管理员界面......</body>"
echo"</html>"
}
else{
echo"<center>用户名或密码错误!</center>"
}
}
}
?>
展开
 我来答
御含灵9r
2011-06-05 · TA获得超过4157个赞
知道大有可为答主
回答量:3007
采纳率:0%
帮助的人:2680万
展开全部
if($_POST["RadioGroup1"=="学生登录"]{
你的]放错位置了 后面好多类似错误
if($_POST["RadioGroup1"]=="学生登录"){
更多追问追答
追问
再帮忙看看   他说第8行还有错误
追答
$sql="select * from $tb_std where studentID='$name' && password='$pass'";
zzz200100
2011-06-05
知道答主
回答量:19
采纳率:0%
帮助的人:16.5万
展开全部
提示什么错误?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式