I wonder how to workaround some problem: here is a config snippet
$bb = $a->name;
$cc = $a->extra1;
etc etc
<? $a = mgd_list_topic_articles(id);
//include snippet here? no
// it won't work
while ($a->fetch()) {
// here? hmm it will include as many times as $a->N
//blah blah
} ?>
Any hints?
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
