riginal: i know its possible to display forums by using the while() command to go through and print each one and its details but when it comes to categories and forums theres a different amount of each so how would i go about displaying forum categories and the forum stats when the categorys are in an array named $cat_list and then forums for each category are in arrays $categoryname_forums and the array of topic numbers is $topic_nums and the post numbers are in array named $post_Array so how would i print it?