![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/08/2002, 06:52
|
![Avatar de Cain](http://static.forosdelweb.com/customavatars/avatar9591_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 1 mes Puntos: 17 | |
Re: Funciones en PHP... LinDen, ¿Qué código usas para mostrar la tabla?
¿Algo como esto?:
<table>
while ($row == mysql_fetch_result($result)) {
<tr><td>$row[0]</td></tr>
}
</table>
Joe Tawers,
<a href="http://www.ilimit.com/towers">http://www.ilimit.com/towers</a> |