Tema
:
leer array
Ver Mensaje Individual
#
2
(
permalink
)
23/07/2009, 09:55
abimaelrc
Colaborador
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años, 8 meses
Puntos: 1517
Respuesta: leer array
Puedes usar foreach para ello
Código php:
Ver original
foreach
(
$variable_array
as
$v
)
{
foreach
(
$v
as
$kk
=>
$vv
)
{
echo
$kk
.
"<br />"
;
}
}
abimaelrc
Ver Perfil
Buscar todos los Mensajes de abimaelrc