Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/09/2008, 13:48
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: Problema con }

Normalmente cuando te sale un error UNEXPECTED te dice que no se lo esperaba.

Suele pasar cuando se te olvidan los puntos y comas o alguna otra cosa.

$row = mysql_fetch_array($result)

Te falta el punto y coma (;)
$row = mysql_fetch_array($result);