Meet the Volunteers (2020)
|
A year-long event to find and make contact with all of the people who devote time to keep 10-10 an active organization! |
2020 Volunteer Check-off Sheet
‘;
echo ‘
//initialize table tag
while ($property = mysqli_fetch_field($result)) {
echo ‘
‘;
//get field name for header
array_push($all_property, $property->name);
//save those to array
}
echo ‘
‘;
//end tr tag
//showing all data
while ($row = mysqli_fetch_array($result)) {
echo “
foreach ($all_property as $item) {
echo ‘
‘;
//get items using property value
}
echo ‘
‘;
}
echo “
“;
?>
