Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/03/2005, 20:05
Avatar de CHILENOCES
CHILENOCES
 
Fecha de Ingreso: octubre-2001
Ubicación: Mmm paseando por la vida
Mensajes: 491
Antigüedad: 23 años, 2 meses
Puntos: 0
DESC LIMIT no funciona

Hola que tal, estoy posteando como un novate jajajaja... bueno el codigo es el siguiente:

Código PHP:
<?php
include("conexion_db.php");

$result mysql_query("SELECT * FROM notas_t_pensamiento WHERE id_estudiante = '$id_estudiante' ORDER BY id DESC LIMIT 10");

    while (
$row mysql_fetch_array($result)) 
{
    
//Datos Alumno
    
$nota $row["nota"];

}
echo 
"      
          <tr bgcolor=\"#FFFFFF\">
            <td width=\"35\" height=\"21\"><div align=\"center\">
                $nota
            </div></td>

          </tr>
"
;
?>
Si se fijan tengo $result = mysql_query("SELECT * FROM notas_t_pensamiento WHERE id_estudiante = '$id_estudiante' ORDER BY id DESC LIMIT 10"); pero no me funciona el DESC LIMIT solamente me muestra el ultimo registro y necesito mostrar los ultimos 10


Muchas gracias y saludos...
__________________
ChilenoCesar Looking for something new...