laimas,
if(isset($_COOKIE['user'])){
header('Location : https://www.youtube.com');
exit();
}
else
{
setcookie("user", true);
}
куда только не вставлял...
все время выдает ошибку Warning: Cannot modify header information - headers already sent by (output started at /home/bh60965/public_html/index.php:8) in /home/bh60965/public_html/index.php on line 15
что не правильно ?