Ver Mensaje Individual
  #14 (permalink)  
Antiguo 21/11/2007, 13:51
Avatar de rogertm
rogertm
Mod->Cuba
 
Fecha de Ingreso: julio-2005
Ubicación: /home/Cuba/Habana/rogertm/
Mensajes: 2.922
Antigüedad: 18 años, 9 meses
Puntos: 638
Re: Ayuda con PHP y MYSQL pleaaaaase!! :)

aaaaaaaaah, pues asi:
Código PHP:
<table>
    <tr>
        <td>Fecha 1</td>
        <td>Fecha 2</td>
        <td>Fecha 3</td>
    </tr>
    <?php
    
while ($row=mysql_fetch_array($result)){
    echo 
"
    <tr>
        <td>$row[fecha1]</td>
        <td>$row[fecha2]</td>
        <td>$row[fecha3]</td>
    </tr> "
;
    }
?>
</table>
y si te sigue dando palos pues sigues gritando

un saludo y suerte con eso
__________________
Friki y Blogger por Cuenta Propia:213
Twenty'em: Theming is Prose