"; start_forum_table(array("Topic", "# Questions", "Last answer posted")); $categories = getHelpDeskCategories(); 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, " ", time_diff_str($forum->timestamp, time()), " "; } } echo "

"; page_tail(); ?>