
13/08/2002, 06:52
|
 | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 2 meses 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> |