<?php $_SESSION['sesja'] = 1 ?>
Po odpaleniu strony wyskakuje mi następujący komunikat:
Kod
Warning: session_start() [function.session-start]:
Cannot send session cookie - headers already sent by
(output started at /home/strona/public_html/index.php:1)
in /home/strona/public_html/index.php on line 2
Warning: session_start() [function.session-start]:
Cannot send session cache limiter - headers already sent
(output started at /home/strona/public_html/index.php:1)
Cannot send session cookie - headers already sent by
(output started at /home/strona/public_html/index.php:1)
in /home/strona/public_html/index.php on line 2
Warning: session_start() [function.session-start]:
Cannot send session cache limiter - headers already sent
(output started at /home/strona/public_html/index.php:1)
O co chodzi?