", num, " ", topic, "") t from finland_topics_list order by code'; $readed = mysql_query($query) or die ('' . mysql_errno($link) . ": " . mysql_error($link)); $num = mysql_num_rows($readed); $topics = ""; for ($i = 0; $i < $num; $i++) { $topics .= mysql_result($readed, $i, "t"); } function writeTopics($name, $size, $other) { global $topics; print '"; } ?>