Ver Mensaje Individual
  #11 (permalink)  
Antiguo 13/11/2009, 15:03
letal13
 
Fecha de Ingreso: octubre-2009
Mensajes: 61
Antigüedad: 14 años, 6 meses
Puntos: 0
Respuesta: Noticiero php

asi lo tienes tu
Código PHP:
while($row=mysql_fetch_array($result)){

deberia ser asi:
Código PHP:
while($row=mysql_fetch_array($result)){