> I want to count the elements in the array returned by > MGD_LIST_TOPIC_ARTICLES. > > When I use "count" or "sizeof", it always returns "5". What is the proper > way to count the elements therein? >
Yeah, I was wondering too :) <? $art = mgd_list_topic_articles($id); echo $art->N; ?> Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
