Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/08/2006, 22:23
resu
 
Fecha de Ingreso: mayo-2006
Ubicación: Argentina (Buenos Aires,CABALLITO)
Mensajes: 331
Antigüedad: 17 años, 10 meses
Puntos: 9
while ($row = mysql_fetch_array($result));

eso no tiene que tener la ; seria :
while ($row = mysql_fetch_array($result))