Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/08/2004, 19:37
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
no habrás olvidado colocar el mysql_fetch_array() dentro de un bucle?

while ($row=mysql_fetch_array($result))
{
}