当前位置:Gxlcms > PHP教程 > header()看似没有跳转求帮助

header()看似没有跳转求帮助

时间:2021-07-01 10:21:17 帮助过:23人阅读

header()貌似没有跳转 求帮助
只是接收数据对比,然后分别指向2个php页面,php页面都在一个路径下。form表单提交后没有反应怎么回事。。。
$username = $_POST['username'];
$password = $_POST['passwd'];
if($password == "123"){
header("Location:friendlist.php");
}else{
header("Location:login.php");
}
?>

UserName:



PassWord:



分享到:


------解决方案--------------------
可以去查看一下php手册。

人气教程排行