wdcp 解决Cannot modify header information - headers already sent by 警告的解决方法

本文介绍了解决PHP中因输出导致的Cannot modify header information - headers already sent by错误的方法,包括修改php.ini设置、使用JS替代header跳转及在header调用后使用exit退出等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

setcookie中Cannot modify header information-headers already sent by错误的解决方法详解

问题提示:

Warning: Cannot modify header information - headers already sent by (output started at /www/web/yihaojiaoyi/public_html/index.php:1) in /www/web/yihaojiaoyi/public_html/head.php on line 2


Warning : session_start() [ function.session-start ]: Cannot send session cache limiter - headers already sent (output started at /www/web/yihaojiaoyi/public_html/index.php:1) in  /www/web/yihaojiaoyi/public_html/head.php  on line  3


      wdcp 使用过程中常常出现Cannot modify header information - headers already sent by 错误,这个错误主要是由于session,cookie面前有输出而直接导致的,因为session,cookie他必须放在html前面.

介绍一下解决办法,有以下几种方式:

1: output_buffering = On ,在php.ini中设置。

2:js代替header跳转,使用header()来代替location.href="";

3:在header(); 
后面用exit退出


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值