07/07/2006, 09:59
|
| | | Fecha de Ingreso: marzo-2004
Mensajes: 264
Antigüedad: 20 años, 8 meses 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! |