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' />";

posted on   IT技术畅销书  阅读(161)  评论(0编辑  收藏  举报

导航

< 2012年3月 >
26 27 28 29 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7

统计

点击右上角即可分享
微信分享提示