gpt4 book ai didi

php header ("location: test.php") 不工作。但是java脚本重定向工作

转载 作者:行者123 更新时间:2023-11-30 07:16:36 25 4
gpt4 key购买 nike

php header("location: test.php")

不工作。但是 java 脚本重定向工作。

我试过 header() 没有重定向?

header("location: test.php");

但我尝试使用 java 脚本运行

window.location ="http://www.test.com/test.php"

什么问题。请给出一些解决方案

在调用 header 之前没有回显(输出命令)

没有错误/警告信息

我的确切代码:

if($contlogin >0 && $LoginID!="")
{
$_SESSION['LoginID'] = $LoginID;
if($_SESSION['currentUrl']) {
header("location: http://".$_SESSION['currentUrl']);
}
else {
if($LoginID==1) {
header("location:admin/index.php");
}
else {
header("location:dashboard.php");
}
}
}
else {
header("location:index.php?err=1");
}

最佳答案

header("location: test.php"); 之后放置一个 exit()

关于php header ("location: test.php") 不工作。但是java脚本重定向工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14451879/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com