Tema
:
selecion aleatoria en un array
Ver Mensaje Individual
#
3
(
permalink
)
22/04/2006, 07:18
uamistad
Fecha de Ingreso: diciembre-2004
Ubicación: Cd. de México
Mensajes: 1.395
Antigüedad: 19 años, 11 meses
Puntos: 1
Código PHP:
<?
shuffle
(
$arreglo
);
foreach(
$arreglo
as
$a
)
echo
$a
.
"<br/>"
;
?>
Aunque igual no sé si te entendí.
__________________
"Di no al Internet Explorer"
-Proverbio Chino-
uamistad
Ver Perfil
Buscar todos los Mensajes de uamistad