Oh, oh, oh :-) thanks a lot - now it works fine!

Greetings to all of the midgardians,

Anatol

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Emiliano Heyns
Sent: Thursday, March 09, 2000 2:59 PM
To: [EMAIL PROTECTED]
Subject: Re: [midgard] Question to midgard-functions


Anatol Mayr / HEXAGON wrote:
>
> Thanks, i've tried to access the articles of my topics in the
> same way, but the result is a little bit strange, because no articles
> are shown.
>
> $topic = mgd_list_topics(18);
> if ($topic) {
>   while ($topic->fetch()) { ?>
>     <H3 class="grey">&(topic.description:h);</H3>
> <?php $article = mgd_list_topic_articles($topic->id);
>     if ($article)
>       while ($article->fetch) { ?>

                              ^
while ($article->fetch()) { ?>

>         <a class="navi"
href="/buchtipps/beschreibung/&(article.id);.html">
>         &(article.title);</a> </P>
>       <?php
>    }
>   }
> } ?>
>

Emile

--
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]




--
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]

Reply via email to