Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2008, 15:55
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
Respuesta: Problema con php y base de datos

Usa:
Código php:
Ver original
  1. $result=mysql_query("select * from prueba ORDER BY n DESC",$link);

Saludos.