Código:
<html> <header> <?php setcookie("usuario",$_GET["u"],time()+86400); setcookie("password",$_GET["p"],time()+86400); header("location:index.php"); ?> </header> <body> </body> </html>
Código:
<?php setcookie("usuario",$_GET["u"],time()+86400); setcookie("password",$_GET["p"],time()+86400); header("location:index.php"); ?>
Código:
Y nada, no me setea la jodida cookie, debo de estar muy nulo ahora pero no veo el problema, ¿hay alguno más lúcido?<?php ob_start(); ?> <html> <header> <?php setcookie("usuario",$_GET["u"],time()+86400); setcookie("password",$_GET["p"],time()+86400); header("location:index.php"); ?> </header> <body> </body> </html> <?php ob_end_flush() ?>
Ahh, el error es:
Warning: Cannot modify header information - headers already
Gracias.