не понимаю в чем ошибки. вроде все правельно но постояно выбивает вот такие ошибки: Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\test\index.php:10) in Z:\home\localhost\www\test\index.php on line 35 Warning: Cannot modify header information - headers already sent by (output started at Z:\home\localhost\www\test\index.php:10) in Z:\home\localhost\www\test\index.php on line 36 помогите разобраться с ними. кажется просто у меня не настроины эти функции в php.ini , но даже если так не знаю как их настроить. пожайлуста помогите .
вот часть кода Код (Text): setcookie('uid' , $uid , time() + 14400, '/'); header('Location: http//localhost/test/proverka.php'); exit();