El problema es que cuando escribo:
Cita: if ($row= mysql_fetch_array('$result'))
Me sale este error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/fi000328/public_html/perfiles.php on line 223
Y cuando le saco el mysql_fetch_array y escribo:
Cita: if ($row= '$result')
o
if ($row= $result)
No se imprime nada en la pantalla.