Ver Mensaje Individual
  #12 (permalink)  
Antiguo 05/03/2008, 13:43
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Explicacion variable $_SESSION

Estas declarando tu arreglo al principio?:
Código PHP:
$Array = array(); // <- Esto..
while( bucle ) {
    
$Array[] = $Variable;
}

$_SESSION['Array'] = $Array
Saludos.