Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/02/2013, 11:08
Avatar de Briss
Briss
 
Fecha de Ingreso: junio-2011
Mensajes: 1.293
Antigüedad: 12 años, 10 meses
Puntos: 12
Respuesta: Agrupar columnas de tabla

Cita:
Iniciado por PIRRUMAN Ver Mensaje
cuales son las tablas involucradas? que consulta es la que realizas?
Código PHP:
<table border="0" class="normal"> 
  <thead> 
    <tr> 
       
      <td>Clave</td> 
       <td>Nombre</td> 
      <td>Semestre</td> 
       
    </tr></thead> 
  <?php do { ?> 
    <tbody> 
      <tr> 
      
     <td  ><?php echo $row ['claveasignatura']; ?></div></td> 
     <td ><?php echo $row ['nombre']; ?></div></td> 

        <td ><?php echo $row ['semestre']; ?></div></td> 

      </tr></tbody> 
    <?php } while ($rowmysql_fetch_assoc($row)); ?> 
</table>
Mi consulta es simple un select a mi tabla asignaturas