8th: 908
10th: 847
12th: 641
if(empty($_GET["school_year"]) || $_GET["school_year"] == 2023){
 if(strpos($_GET["school"],"Dutchess") !== false || !isset($_GET["school"])){
  $total = array();
  $total_8 = array(487,487,487,487);
  $total_10 = array(443,443,443,443);
  $total_12 = array(371,371,371,371);
 }

 /* Dutchess _General */
 if(strpos($_GET["school"],"Dutchess") !== false || !isset($_GET["school"])){
  $sum_8 = array(70, 17, 102, 68);
  $sum_10 = array(70, 26, 89, 55);
  $sum_12 = array(47, 17, 77, 37);
 }
}