![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/10/2012, 14:41
|
| | Fecha de Ingreso: junio-2012 Ubicación: En el Mundo
Mensajes: 766
Antigüedad: 12 años, 7 meses Puntos: 10 | |
duda con eror en php 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)); |