eh...;//
Jeśli wpisuję taki kod PHP
<?php
if(!isSet($_SESSION['inolvidables'])){ $_SESSION['komunikat'] = "<font size=\"2\">Dostęp tylko dla członków zespołu</font>";
include $_SERVER ['DOCUMENT_ROOT']."/profile/3/logowanie.php";
}
?>
to strona pięknie się ładuje ale...
Jeśli wpisuję taki kod
<?php
if(!isSet($_SESSION['inolvidables'])){ $_SESSION['komunikat'] = "<font size=\"2\">Dostęp tylko dla zespołu</font>";
include $_SERVER ['DOCUMENT_ROOT']."/profile/3/form.php";
}
else
{
?>
<p>Jakaś treść tylko dla zalogowanych</p>
<?php
}
?>
(chroni tylko wybraną część tekstu) to wyskakuje to:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/Rebel/domains/elrebel.345.pl/public_html/HTML/1.htm:8) in /home/Rebel/domains/elrebel.345.pl/public_html/grupo/inolvidables.php on line 96
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/Rebel/domains/elrebel.345.pl/public_html/HTML/1.htm:8) in /home/Rebel/domains/elrebel.345.pl/public_html/grupo/inolvidables.php on line 96
Ktoś doradzi?

P.S. Na localhost tego błędu w ogóle nie ma:o A... i jak usuwam plik "/home/Rebel/domains/elrebel.345.pl/public_html/HTML/1.htm:8" to w to miejsce widnieje napis: "/home/Rebel/domains/elrebel.345.pl/public_html/grupo/inolvidables.php:1"...