1: $currarticle = mgd_get_article($article->id);
2: $list = $currarticle->listattachments();
3: while ($list->fetch() ) {
echo "name: " . $list->name . "<br>\n";
}1. What line exactly. 2. Why creating $currarticle object when $article already exists? Solt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
