Kod
<?
header("Content-Type: text/html; charset=utf-8");
echo '<LINK rel="stylesheet" href="style.css" type="text/css">';
session_start();
header("Content-Type: text/html; charset=utf-8");
echo '<LINK rel="stylesheet" href="style.css" type="text/css">';
session_start();
Powyżej jest kawałek mojego kodu. Niby działa, ale wyświetla taki błąd:
Cytat
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ryba/www/del/index.php:5) in /home/ryba/www/del/index.php on line 7
7 linia to session_start();
Kiedy wyrzucę import css to błędu nie ma.
Może mi ktoś pomóc z tym fantem ?