Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2008, 10:19
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: limitar resultado de consulta a BD

Cambia en tu query, por esto:
Código PHP:
$query  "SELECT dID, dName, dDesc, thumb, author, dateAdd, count, version FROM ".DB_PREFIX."downloads WHERE sticky = '0' && approved = '1' ORDER BY ".$sort." ".$order." LIMIT 10"
Saludos.