欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費電子書(shū)等14項超值服

開(kāi)通VIP
bytea - "Cannot modify header information"的解決方法
"Cannot modify header information"的解決方法
2006-01-21

昨晚在轉換許愿板編碼的時(shí)候,有一個(gè)頁(yè)面需要在head中申明utf-8的編碼,但是這與程序中的一處header產(chǎn)生了沖突。google了一下,找到幾種解決方法,翻譯整理一下:

If you got this message: "Warning: Cannot modify header information - headers already sent by ...."
如果在執行php程序時(shí)看到這條警告:"Warning: Cannot modify header information - headers already sent by ...."

Few notes based on the following user posts:
有以下幾種解決方法:

1. Blank lines (空白行):
Make sure no blank line after <?php ... ?> of the calling php script.
檢查有<?php ... ?> 后面沒(méi)有空白行,特別是include或者require的文件。不少問(wèn)題是這些空白行導致的。

2. Use exit statement (用exit來(lái)解決):
Use exit after header statement seems to help some people
在header后加上exit();
header ("Location: xxx");
exit();

3. PHP has this annoying problem, if your HTML goes before any PHP code or any header modification before redirecting to certain page, it‘ll said "Warning: Cannot modify header information - headers already sent by ...." Basically anytime you output to browser, the header is set and cannot be modified.  So two ways to get around the problem:

3a. Use Javascript (用Javascript來(lái)解決):
<? echo "<script> self.location(\"file.php\");</script>"; ?>
Since it‘s a script, it won‘t modify the header until execution of Javascript.
可以用Javascript來(lái)代替header。但是上面的這段代碼我沒(méi)有執行成功... 另外需要注意,采用這種方法需要瀏覽器支持Javascript.

3b. Use output buffering (用輸出緩存來(lái)解決):
<?php ob_start(); ?>
... HTML codes ...
<?php
... PHP codes ...
header ("Location: ....");
ob_end_flush();
?>
This will save the output buffer on server and not output to browser yet, which means you can modify the header all you want until the ob_end_flush() statement.  This method is cleaner than the Javascript since Javascript method assumes the browser has Javascript turn on.  However, there are overhead to store output buffer on server before output, but with modern hardware I would imagine it won‘t be that big of deal.  Javascript solution would be better if you know for sure your user has Javascript turn on on their browser.

就像上面的代碼那樣,這種方法在生成頁(yè)面的時(shí)候緩存,這樣就允許在輸出head之后再輸出header了。本站的許愿板就是采用這種方法解決的header問(wèn)題。

4.set output_buffering = On in php.ini (開(kāi)啟php.ini中的output_buffering )
set output_buffering = On will enable output buffering for all files. But this method may slow down your php output. The performance of this method depends on which Web server you‘re working with, and what kind of scripts you‘re using.
這種方法和3b的方法理論上是一樣的。但是這種方法開(kāi)啟了所有php程序的輸出緩存,這樣做可能影響php執行效率,這取決于服務(wù)器的性能和代碼的復雜度。

本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請點(diǎn)擊舉報。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
Cannot modify header information – headers al...
采用PHP實(shí)現”服務(wù)器推”技術(shù)的聊天室(轉)
php啟用zlib壓縮文件的配置方法
PHP 網(wǎng)站優(yōu)化
PHP簡(jiǎn)單導出Excel表格
php驗證碼無(wú)法顯示解決方法
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導長(cháng)圖 關(guān)注 下載文章
綁定賬號成功
后續可登錄賬號暢享VIP特權!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服

欧美性猛交XXXX免费看蜜桃,成人网18免费韩国,亚洲国产成人精品区综合,欧美日韩一区二区三区高清不卡,亚洲综合一区二区精品久久