On Mon, 25 Jun 2001 23:15:29 +0200 (CEST)
Emiliano <[EMAIL PROTECTED]> wrote:

> > $article = mgd_list_ropic_articles($my_topic->id);
> > while (article->fetch()) {
> > $a = mgd_get_article($id);
> > <a href=&(a.id);?action=someaction> }
> 
> Shouldn't that be:
> 
> $article = mgd_list_ropic_articles($my_topic->id);
> while ($article->fetch()) {
>    ?><a href="&(article.id);?action=someaction"><?
> }

Rather no , I guess. I need to take values of all fields.
All I thought is to make that:
<?
$a = mgd_get_article($id);
$t = $a->up;

if ($t->up != $my_topic->$id) 
/* I have many $t to list */
        {}
        else    
             { /* that what I need */ } 
?>


Piotras



_______________________
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to