BOINC Online Help.

Select a topic or do a keyword search to find what you're looking for.

"; start_forum_table(array("Topic", "# Questions", "Last post")); $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(); ?>