新手求解!Cannot modify header information…的有关问题TAT
程序员文章站
2022-06-07 09:20:08
...
新手求解!!Cannot modify header information…的问题TAT
我想用PHP contact form做一个inquiry page, 让人填上姓名、电话、email等, 按”send”就会将以上资料变成email 发到我的mail box
但其实我是新手…整个contact form基本上是用这个网教的抄抄改改出来的: http://myphpform.com/php-form-tutorial.php
按了”send”后我想网页跳到thank you page, 但会出现”Cannot modify header information – header already sent by (output started at C:\inetpub\wwwroot\contant2.php:1) in C:\inetpub \wwwroot\contant2.php on line 34” 这个问题
*Line34 = header('location:ThankYou.html');
我找过解决方法, 试了
1. 在header后加exit();
2. 加上和ob_end_flush();
最后是可以成功寄出email, 资料有遗漏也会跳到error page, 但都是无法去到thank you page…都是会出现Cannot modify header information(略)
请问我加exit / ob_start的地方有错吗? 还是有什么其他问题呢?
麻烦各位高手帮忙看看>
以下是代码
P.S.我是用notepad做这个php档的
------解决方案--------------------
------解决方案--------------------
检查下文件是否有bom头,有的话去掉
在header('location: ThankYou.html');前面加上ob_clean();试试
------解决方案--------------------
除了 On 还需要设置显示的级别
error_reporting(E_ALL);
我想用PHP contact form做一个inquiry page, 让人填上姓名、电话、email等, 按”send”就会将以上资料变成email 发到我的mail box
但其实我是新手…整个contact form基本上是用这个网教的抄抄改改出来的: http://myphpform.com/php-form-tutorial.php
按了”send”后我想网页跳到thank you page, 但会出现”Cannot modify header information – header already sent by (output started at C:\inetpub\wwwroot\contant2.php:1) in C:\inetpub \wwwroot\contant2.php on line 34” 这个问题
*Line34 = header('location:ThankYou.html');
我找过解决方法, 试了
1. 在header后加exit();
2. 加上和ob_end_flush();
最后是可以成功寄出email, 资料有遗漏也会跳到error page, 但都是无法去到thank you page…都是会出现Cannot modify header information(略)
请问我加exit / ob_start的地方有错吗? 还是有什么其他问题呢?
麻烦各位高手帮忙看看>
以下是代码
P.S.我是用notepad做这个php档的
- PHP code
Order form error
------解决方案--------------------
------解决方案--------------------
检查下文件是否有bom头,有的话去掉
在header('location: ThankYou.html');前面加上ob_clean();试试
------解决方案--------------------
除了 On 还需要设置显示的级别
error_reporting(E_ALL);
相关文章
相关视频
上一篇: js prototype截取字符串函数_javascript技巧
下一篇: 求discuz好手解惑
推荐阅读
-
完美解决PHP中的Cannot modify header information 问题
-
php出现Cannot modify header information问题的解决方法大全
-
完美解决PHP中的Cannot modify header information 问题
-
完美解决PHP中的Cannot modify header information 问题
-
php出现Cannot modify header information问题的解决方法
-
完美解决PHP中的Cannot modify header information 问题_PHP
-
php出现Cannot modify header information问题的解决方法大全
-
php出现Cannot modify header information问题的解决方法大全_PHP教程
-
php出现Cannot modify header information问题的解决方法大全_php技巧
-
Cannot modify header information问题的解决方法(php),modifyheader