A big thank you to these businesses, organizations, and individuals for their support.
$cYear = “2009-10″;
$titles = array(“Circle of Giving (Monthly Commitments)”,”Doctorate”,”Master”,”Scholar”,”Honor”,”Supporter”,”Donor”,”In Kind and Services”);
$csvFile = “csv/donor_list.csv”;
$data_file = file($csvFile);
foreach($data_file as $key => $val){ $data_sort[$key] = explode(“|”, trim($val)); }
for($list = 0; $list < sizeof($titles); $list++) {
echo ‘
‘;
}
?>







