Ver Mensaje Individual
  #27 (permalink)  
Antiguo 05/09/2003, 14:36
Jordi1
 
Fecha de Ingreso: abril-2003
Mensajes: 656
Antigüedad: 21 años
Puntos: 1
mas o menos asi luego te lo combinas para que se te adapte a
tus necesidades
Código PHP:
  <tr>
    <td width="50" align="center"><? echo $row["dia"?></td>
    <td width="50" align="center"><? echo $row["mes"?></td>
    <td width="50" align="center"><? echo $row["año"?></td>
    <td width="150" align="center"><? echo $row["motivo"?></td>
    <td width="150" align="center"><? echo $row["solucion"?></td>
    <td width="150" align="center"><? echo $row["recomendacion"?></td>
    <td width="50" align="center"><? echo $row["hora_ll"?></td>
    <td width="50" align="center"><? echo $row["hora_s"?></td>
    <td width="100" align="center"><? echo $row["duracion_serv"?></td>
    <td width="100" align="center"><? echo $row["tecnico"?></td>
    <td width="100" align="center"><? echo $row["atendido"?></td>
</tr>
un saludo