This works perfect! Thanks a ton.
> $article = mgd_get_article(18);
> $lst = $article->listattachments();
> if ($lst)
> while ($lst->fetch()) {
> echo "Attachment #$lst->id is attached to Article #18<br>";
> }Now what can you do about an unruly 7 year old? :-) Thanks, Dan Hammer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
