
09/11/2006, 09:05
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 34
Antigüedad: 18 años, 4 meses Puntos: 0 | |
Puedes pasarla una variable al index por get y luego leerla.
if(!isset($_SESSION['autentificado']))
{
header("Location: index2.php?errorusuario=si");
}
En index2.php:
if ($_GET[errorusuario]=="si"]) echo "Autentificate!"; |