
Warning: Cannot modify header information - headers already sent by (output started at /home/dejuerga/public_html/logeo.php:5) in /home/dejuerga/public_html/logeo.php on line 90
Warning: Cannot modify header information - headers already sent by (output started at /home/dejuerga/public_html/logeo.php:5) in /home/dejuerga/public_html/logeo.php on line 91
y bueno biendo la linea 90 de mi codigo es el siguiente:
Código PHP:
if($row = mysql_fetch_array($result)) {
if($row["password"] == $passN) {
$VcID = idsesion();
setcookie("usNick",$nickN,time()+7776000); // ESTA ES LA LINEA 90
setcookie("idsession",$VcID,time()+7776000); // ESTA ES LA LINEA 91
$archivo="usuarios.dat";
$inactivo="480";

Haber si me dan una mano
Saludos
Mauricio