Hi!

I also tried with midgard standart function:
 <? if (!$action && ($a = mgd_list_topic_articles($topic_list[$i]))) {
?>  
  
    <p><? while ($a->fetch())  
           printf('<a href="article/%d.html">%s</a><br>%s', $a->id,  
                   $a->title ? htmlentities($a->title) : ('article #' .
$a->id), "\n");  ?>  
        
      
    </p>  
    <? } ?>  


I think browser should get $topic_list[$i]
but this doesn't work.

Piotras 


-- 
http://www.studzinski.igk.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