Cannot modify header information – headers already sent by… 解决方案
相信在你读到这篇文章之前,已经搜索了很多关于这个错误的信息。我就不解释了。
使用PHP的header函数输出错误: Cannot modify header information – headers already sent by
解决方案:
使用PHP的header函数输出错误: Cannot modify header information – headers already sent by
header("location:http://site.com/page1.php");
解决方案:
$location = “http://site.com/page1.php"; echo "<meta http-equiv='refresh' content='0;url=$location' />";
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】博客园携手 AI 驱动开发工具商 Chat2DB 推出联合终身会员
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步