-1

重複の可能性:
PHP リファレンスによって既に送信されたヘッダー
- PHP でこのエラーはどういう意味ですか?

<?php
include 'connect.php';
include 'header.php';
?>      
<p>Mahtava is an organization dedicated to providing great services and web projects to people for free. We are passionate about the web and making it a better place for its citizens to live in. We have a strong emphasis on the user experience in whatever we do, and are focussed on keeping things the best for our users. Many of our projects are open source, and we always are inviting new developers to help with them or to develop projects of their own with us.</p>
<?php
include 'footer.php';
?>

上記のコードの何が問題になっていますか? それは私に与え続けます

'警告: session_start() [function.session-start]: セッション キャッシュ リミッターを送信できません - ヘッダーは既に送信されています (出力は /home/u599980382/public_html/newsite/index.php:1 で開始) /home/u599980382/public_html/ newsite/connect.php の 2 行目 '.

他のページではこれを行いません。ほぼ同じコードのページでさえありません (コンテンツのみが異なります)。インデックスでのみこれを行います。あなたが提供できるかもしれない助けを前もって感謝します。

4

1 に答える 1