Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/09/2010, 20:45
diegomel
 
Fecha de Ingreso: abril-2009
Mensajes: 409
Antigüedad: 15 años, 1 mes
Puntos: 3
Respuesta: No se como traducir la siguiente consulta

Seria algo asi.

Código PHP:
$consulta "SELECT clave from conexiones group by clave order by clave ASC limit 0,5 ";
$rs mysql_query($consulta);
while (
$rowmysql_fetch_array($rs){
echo 
$row[0]."</br>";

Probalo Saludos.