![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/09/2010, 22:04
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 309
Antigüedad: 17 años, 11 meses Puntos: 16 | |
Respuesta: Array PHP :S <?php
$admins = array("TARA","MARY","Cronok","Key","Sherif","Cheva x","d1t3x","iTopete");
shuffle($admins);
echo "resultado: ".$admins[0];
?> |