- Home
- What is Octocon?
- News
- Guests
- Members
- Member List
- Rates
- Code of Conduct
- Location
- Contact Us
- Downloads
- Archive
- Site Map
Octocon 2004 Membership list
The following is the list of current members of Octocon 2004. Only badge names are given.
$b[$row]$n[$row]";
echo "$b[$r2]$n[$r2]
";
}
//Attending: $sub['A']; Supporting: $sub['S']; Committee: sub['C']; Guests: $sub['G']; Total: $count.
//
$query = mysql_query("select Country, count(*) from OctoconMembers where MemberYear=2004 and MemberType!='X' and MemberNumber is not null group by Country", $db);
while ($row = mysql_fetch_row($query)) {
$country = htmlentities($row[0]);
$total = htmlentities($row[1]);
$countries[$country] = $total;
// echo "$country: $total; ";
}
mysql_free_result($query);
mysql_close();
//
?>


