Ver Mensaje Individual
  #7 (permalink)  
Antiguo 13/08/2002, 06:52
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 4 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>