Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/07/2006, 09:59
Avatar de mauricio2004
mauricio2004
 
Fecha de Ingreso: marzo-2004
Mensajes: 264
Antigüedad: 20 años, 1 mes
Puntos: 0
Prueba con esto:

$array=array
while ($row=mysql_fetch_array($resultado)){
($matriz[$i]=> array
("fecha"=>$row['fecha'],
"hora"=>$row['hora']
),
$i=$i+1;
}//fin del while

saludos!