Getting default variables
");
require_once("inc_prof_variables.php");
if(isset($trace)) echo("
Returned from inc_prof_variables.
");
$Poll_Name="ElectionPoll";
$ID_Table = $Poll_Name."_ID_Tbl";
$VotesTable = $Poll_Name."_Votes_Tbl";
if(isset($trace)) {
echo"Poll name is.... $Poll_Name
ID_Table is .....$ID_Table
VotesTable is ..$VotesTable
Logfile is .....$logfile
";
}
function get_count() {
open_db();
global $trace, $link,$query, $Logid , $MemberNumber, $match_results;
if ($trace) {echo "get_count - query = [ $query ]
";}
if($query_results=mysqli_query($link, $query)) {
$match_results=mysqli_num_rows($query_results);
}
}
if(isset($trace)) {
echo "
#########################################################
############## collecting poll Results ##############
#########################################################
";
}
open_db();
$query="select * from $VotesTable where A1 like 'N3YRZ%' ";
get_count($query);
$P1 = $match_results;
$query="select * from $VotesTable where A1 like 'K4HM%' ";
get_count($query);
$P2 = $match_results;
$query="select * from $VotesTable where A2 like 'W1IK%' ";
get_count($query);
$V1 = $match_results;
$query="select * from $VotesTable where A2 like 'W8TJT%' ";
get_count($query);
$V2 = $match_results;
$query="select * from $VotesTable where A3 like 'KG4RMT%' ";
get_count($query);
$S1 = $match_results;
$query="select * from $VotesTable where A4 like 'AC0F%' ";
get_count($query);
$T1 = $match_results;
$query="select * from $VotesTable where AD1 like 'KA2HPG%' ";
get_count($query);
$D1 = $match_results;
$query="select * from $VotesTable where AD2 like 'W3TOM%' ";
get_count($query);
$D2 = $match_results;
$query="select * from $VotesTable where AD3 like 'K5TGS%' ";
get_count($query);
$D3 = $match_results;
?>
2023 RV Radio Network
Election Results
PRESIDENT |
N3YRZ - Michelle Sack | | |
K4HM - Hank Montgomery | | |
|
VICE-PRESIDENT |
W1IK - Jim Wickstrom | | |
W8TJT - Dwight Bonifield | | |
|
SECRETARY |
KG4RMT - Selene Montgomery | | |
|
TREASURER |
AC0F - Alan Beebe | | |
|
DIRECTORS |
KA2HPG - Fred Koch | | |
W3TOM - Tom Abernethy | | |
K5TGS - Tim Staley | | |