发布时间:2014-09-05 10:26:48作者:知识屋
总结,终极处理办法:修改php.ini文件 ; 把output_buffering默认为off的,改成4096 即可。
<?php
ob_start();
setcookie("username","宋岩宾",time()+3600);
echo "the username is:".$HTTP_COOKIE_VARS["username"]."/n";
echo "the username is:".$_COOKIE["username"]."/n";
print_r($_COOKIE);
?>
Warning: Cannot modify header information - headers already sent by出错的原因
我在php程序的头部加了,
header("cache-control:no-cache,must-revalidate");
之后页面就出现上面的错误,看了N个资料也没有结果。今天偶尔发现原来是我的php.ini里面的配置出了问题,在C:/windows/下找到php.ini文件
output_buffering默认为off的。我现在把它设为4096就OK了。
用于解决显示提示错误,不能按(日期+导出文件数)为文件名的错误信息.
setcookie函数必 在任何 料 出至浏览器前,就先送出
基於上面 些限制,所以 行setcookie()函 ,常 碰到"Undefined index"、"Cannot modify header information - headers already sent by"…等 ,解 "Cannot modify header information - headers already sent by"