Привет всем. Помню я это уже спросил, искал, но не смог найти старую тему здесь, поэтому заново спрашиваю.
Выходит такая ошибка:
Цитата |
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at L:\home\localhost\www\index.php:1) in L:\home\localhost\www\index.php on line 3 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at L:\home\localhost\www\index.php:1) in L:\home\localhost\www\index.php on line 3 |
session_start(); // Ошибка вот здесь
error_reporting(E_ALL);
include_once 'connect.php';
include_once 'config.php';