Note: For questions or problems pertaining to the ", PROJECT, " client, server, or website, please visit the Help Desk / FAQ.

"; start_forum_table(array("Forum", "Threads", "Posts", "Last Post"), array(NULL, 60, 60, 160)); show_forums(); end_table(); doFooter(); function show_forums() { $categories = getCategories(); while ($category = mysql_fetch_object($categories)) { echo " ", $category->name, " "; $forums = getForums($category->id); while ($forum = mysql_fetch_object($forums)) { echo " id, "\">", $forum->title, "
", $forum->description, " ", $forum->threads, " ", $forum->posts, " ", date('D M j, Y g:i a', $forum->timestamp), " "; } } } ?>