
25/09/2004, 20:18
|
 | | | Fecha de Ingreso: mayo-2004
Mensajes: 1.266
Antigüedad: 20 años, 9 meses Puntos: 2 | |
Esto:
if ( ($registro!==$row["Fecha"]) && ($registro!=="") ) {
// imprimo la celda en blanco cuando registro es distinto a $row["Fecha"]
<tr>
<td height="16" colspan="8" class="dt"> </td>
</tr>
$registro=$row["Fecha"];
}
Debería ir antes de que imprimas la fecha (echo $row["Fecha"];) |