Glenroyal Hotel, Maynooth, Co. Kildare, Ireland. 16-17 October 2004.

Menu

For Further Information Contact Us

Octocon 2005 Advance Information

Octocon 2004 Membership list

The following is the list of current members of Octocon 2004. Only badge names are given.

'Attending', 'J' => 'Junior', 'S' => 'Supporting', 'C' => 'Committee', 'D' => 'Dealer', 'G' => 'Guest'); $list = mysql_query("select MemberType,MemberNumber,BadgeName from OctoconMembers where MemberYear=2004 and MemberType!='X' and MemberNumber is not null order by MemberNumber", $db); $count = 0; while ($row = mysql_fetch_row($list)) { $badge = htmlentities("$row[0]$row[1]"); $name = htmlentities($row[2]); if ($name != "") { $sub[$row[0]]++; $types[$membertypes[$row[0]]]++; $b[$count] = $badge; $n[$count] = $name; $count++; } } $b[$count] = $n[$count] = ""; $offset = ($count % 2 == 0) ? $count / 2 : ($count >> 1) + 1; mysql_free_result($list); for ($row = 0; $row < $offset; $row++) { $r2 = $row + $offset; echo "
$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(); //
?>
 

Membership Types

Countries