Normal Board
Player Name
");// Outputs names in the format "Last, First"
if ($names != $nextPlayer){ // Draw a separator line in the table after each name
echo"
"; // except for after the last name in the list
}
}
?>
""
Handicap
"); // Output handicap
if ($names != $nextPlayer){ // Draw a separator line in the table after each name
echo"
"; // except for after the last name in the list
}
}
?>
""
Points
");
if ($names != $nextPlayer){
echo"
";
}
}
?>
""
O/U
" . round($overorunder,1) . "
");
}
else{
echo (round($overorunder,1)."
");
}
if ($names != $nextPlayer){
echo"
";
}
}
?>
""
Number of Rounds
";
}
}
?>
Gold Board
Player Name
");// Outputs names in the format "Last, First"
if ($names != $nextPlayer){ // Draw a separator line in the table after each name
echo"
"; // except for after the last name in the list
}
}
?>
""
Handicap
"); // Output handicap
if ($names != $nextPlayer){ // Draw a separator line in the table after each name
echo"
"; // except for after the last name in the list
}
}
?>
""
Points
");
if ($names != $nextPlayer){
echo"
";
}
}
?>
""
O/U
" . round($overorunder,1) . "
");
}
else{
echo (round($overorunder,1)."
");
}
if ($names != $nextPlayer){
echo"
";
}
}
?>
""
Number of Rounds
";
}
}
?>