franciskiko_20
Usuario habitual
Usuario habitual

hola, resulta que tengo una pagina para que solo puedan entrar si tienen una cookie pero estoi probando y me deja entrar sin tenerla, aber si me ayudar a ver donde esta mi error:

la cookie del login es:

setcookie("**********","$id",time() + 3600);
header("location:inscripcion.php");

y la pagina de la cookie es:

<?
if(isset($_COOKIE["******"]))
echo'
<html>
<head>
<title>inscripcion</title>
<style type="text/css">
body{
background-image: url("imagenes/portada5.jpg");
background-repeat:no-repeat;
background-size: 1025px 630px;

}
</style>
</head>
<body>
<center>
<form name="form1" method="POST" action="resultadoinscripcion.php">
<p><label for="equipo" style="color:blue;"><font size="5">equipo:</font></label>
<input type="text" name="equipo" id="equipo">
<label for="n_jugador1" style="color:blue;"><font size="5">jugador 1:</font></label>
<input type="text" name="nombre1" id="n_jugador1">
<label for="n_jugador2" style="color:blue;"><font size="5">jugador 2:</font></label>
<input type="text" name="nombre2" id="n_jugador2"></p>
<br><br>
<input type="submit" value="enviar" name="salida">
</form>
</center>
</body>
</html>



';
else
echo"debes iniciar sesion
<script type='script/javascript'>
    funcion retorno()
        (location.href='template_e030.html')
    setTimeout ('retorno()' 2000);
</script>";
?>

SI LO PRUEBO EL APPSERV LOCALHOST SI ME FUNCIONA PERO SUBIENDOLO A UN SERVIDOR (YO UTILIZO ESHOST.ES) NO ME FUNCIONA SE ABRE DIRECTAMENTE.

Avatar Image
@man / @woman
@man / @woman
Escrito originalmente por franciskiko_20

SI LO PRUEBO EL APPSERV LOCALHOST SI ME FUNCIONA PERO SUBIENDOLO A UN SERVIDOR (YO UTILIZO xxxx) NO ME FUNCIONA SE ABRE DIRECTAMENTE.

Y ¿que te dicen en los foros de ayuda de ese servidor?

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 07/Oct/2006, 16:49
ivanitoweb02kOct/06
Por: , el 25/Jun/2006, 04:56
sk.valshk13kJun/06
Por: , el 06/Feb/2005, 13:34
eLiX_1 Atomo6412kFeb/05