Ver Mensaje Individual
  #28 (permalink)  
Antiguo 07/09/2013, 11:36
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: Nombre irrepetible para imágenes

$strings = Array('a','b','c');
echo $strings[mt_random(1,count($strings))];

???