Столкнулся с проблемой в сеансах. Совсем недавно начал их изучать и в самом же начале трабла. Пишу <?php session_start(); ?> и он выдает аш две ошибки в этом предложении следующего содержания:
1)Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at w:\home\localhost\www\derilium\index.php:14) in w:\home\localhost\www\derilium\index.php on line 26
2)Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at w:\home\localhost\www\derilium\index.php:14) in w:\home\localhost\www\derilium\index.php on line 26
Столкнулся с проблемой в сеансах. Совсем недавно начал их изучать и в самом же начале трабла. Пишу <?php session_start(); ?> и он выдает аш две ошибки в этом предложении следующего содержания:
1)Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at w:\home\localhost\www\derilium\index.php:14) in w:\home\localhost\www\derilium\index.php on line 26
2)Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at w:\home\localhost\www\derilium\index.php:14) in w:\home\localhost\www\derilium\index.php on line 26
Что делать? Что это значит?