я уже не помню структуры вроде как то так
echo \'<a href=\"/\'.$q[\'id\'].\'\"><img src=\"resize.php?img=\'.user_inf($q[\'id\'], \'img\').\'&width=128&height=0\" alt=\"...\"/> </a>\';resize.php?img=\'.user_inf($q[\'id\'], \'img\').\'
$sql = mysql_query(\"SELECT id FROM users WHERE img != \'\' ORDER BY RAND() LIMIT 3\"
while($q = mysql_fetch_assoc($sql))
{
echo \'<img src=\"resize.php?img=\'.user_inf($q[\'id\'], \'img\').\'&width=128&height=0\" alt=\"...\"/> \';
}