Не создается куки

Jeysmook

Новичок
Почему не создается куки?
PHP:
$time = 360*12*30*24;
setcookie("user_id", 'userid', time()+$time, '/');
setcookie("user_password", 'userpassword', time()+$time, '/');
Выдает вот такие две ошибки:
Warning: Cannot modify header information - headers already sent by (output started at Z:\home\lessons.ru\www\auth\registration.php:1) in Z:\home\lessons.ru\www\auth\registration.php on line 19

Warning: Cannot modify header information - headers already sent by (output started at Z:\home\lessons.ru\www\auth\registration.php:1) in Z:\home\lessons.ru\www\auth\registration.php on line 20
 
Сверху