hola a todos es que ando tratando de poder guardad un cookie al hacer login
este es el error
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\forum\header.php:4) in C:\AppServ\www\forum\signin.php on line 82
y la linia es esta
setcookie("Recordar",$_POST["user_name"],time()+ (60*60*24*365));