07/09/2013, 11:36
|
Colaborador | | Fecha de Ingreso: septiembre-2013 Ubicación: España
Mensajes: 3.648
Antigüedad: 11 años, 3 meses Puntos: 578 | |
Respuesta: Nombre irrepetible para imágenes $strings = Array('a','b','c');
echo $strings[mt_random(1,count($strings))];
??? |