openside("Tematy z forum"); $limit = 10; $result = dbquery("SELECT topic_id, topic_title FROM pea_topics ORDER BY topic_id DESC LIMIT $limit"); while ($row = mysql_fetch_array($result)) { echo 'cms '; echo(substr($row['topic_title'],0,20)); echo ''; echo '
'; } closeside();