Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/04/2004, 21:49
codergirl
 
Fecha de Ingreso: marzo-2004
Ubicación: $_SERVER['DOCUMENT_ROOT'] :-)
Mensajes: 100
Antigüedad: 20 años
Puntos: 0
A ver si me entiendes...

$conexion;
$bla;
$bla...

while ($fila = mysql_fetch_array($query)) {
$sem="X";
if ($sem != $fila["semestre"]) {
$sem=$fila["semestre"];
echo "SEMESTRE ".$fila["semestre"]."<br>CALIFICACION:<br>";
}
echo $fila["calificacion"]."<br>";
}


Pruebalo sustituyendo tus nombres de campo (la "X" dejala como está)
__________________
-- girls.code.better --