
29/07/2006, 05:27
|
| | Fecha de Ingreso: julio-2006
Mensajes: 31
Antigüedad: 18 años, 7 meses Puntos: 0 | |
No guarda algo <?
session_register("autentificado");
if ($autentificado !="SI") {
header("Location: index.php");
exit();
}
?>
Me manda a index.php creyendo que no estoy autentificado cuando en realidad lo estoy.Que puedo hacer? |