Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/06/2006, 15:55
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 17 años, 11 meses
Puntos: 2135
en tu Select dale un order por rand o sea:
Código:
SELECT * FROM `tabla` ORDER BY RAND()
o si quieres cierta cantidad
Código:
SELECT * FROM `tabla` ORDER BY RAND() LIMIT cantidad