HTML/PHP/AJAX/JS - Warning: session_start() [function.session-start]:
KiLu - 06-05-2014, 17:31 Temat postu: Warning: session_start() [function.session-start]: Witam. nie wiem od czego zależy ale mam na stałe taki błąd
Kod: | Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/botdorek/public_html/index.php:1) in /home/botdorek/public_html/index.php on line 2 |
Jak go naprawić ?
Majkelo - 06-05-2014, 18:55
Układ ma być taki:
Kod: | <?php
session_start();
...
...
?> |
jeżeli przed <?php masz jakiekolwiek znaki,spacje, odstępy to pojawia się ten błąd. Dodatkowo moze to być zależne od kodowania, dlatego ustaw na UTF-8 bez BOM.
|
|
|