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!
The goal? Make contact with each of the following volunteers during 2019. See the 2019 Volunteers

2020 Volunteer Check-off Sheet

 

‘;
echo ‘

‘;
//initialize table tag
while ($property = mysqli_fetch_field($result)) {
echo ‘

‘ . $property->name . ‘

‘;
//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 ‘

‘ . $row[$item] . ‘

‘;
//get items using property value
}
echo ‘

‘;
}
echo “

“;
?>

Leave a Reply