OK, this is the ten latest additions :
<? $article = mgd_list_topic_articles_all(14);
if ($article)
for ($i = 0; $i < 10 && $article->fetch(); $i++) { ?>
<a href="/article/&(article.id);.html" class="menulight"
>&(article.title);</a>
<br>
(&(article.date);)<br>
<? } ?>
How do I fetch the ten latest updates ?
mgd_list_topic_articles_all(int topic, string [sort], int[type]);
mgd_list_topic_articles_all(14, string [sort] ??? , int[type] ??? );
--
Regards,
Blixten
Cellular : +46 (0)708-999 105
Linux & KDE !
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]