pgHeader(); 
    $usafachCore->database(); 
    include "./includes/prevent.html";
?>
Class of  - Key Data
 0)
            {
		while($tbllRow = mysqli_fetch_array($result))     
		{       
		  
                      echo '         
				
				- Appointed:' . $tbllRow[1] . ' on ' . $tbllRow[3] . '
 
                             
                                - Graduated:'. $tbllRow[4] . ' on ' . $tbllRow[5] . '
 
                                - Commissions:'. $tbllRow[6] . '
 
                                - Graduation Speaker:'. $tbllRow[7] . '
 
                                - Presented Commissions:'. $tbllRow[8] . '
 
                                - Presented Diplomas:'. $tbllRow[9] . '
 
                                - Cadet Wing Commanders:'. $tbllRow[10] . '
 
                                - Scholarships:'. $tbllRow[11] . '
 
                                - All-Americans (sports):'. $tbllRow[12] . '
 
                                 - Prior Enlisted:' . $count . '  (Click to see names)
 
                                - Class Officers:'. $tbllRow[13] . '
 
                                
			  ' ;
               }     	
		
	
            }
            else 
            { echo '
                  
                      - Appointed:
 
                      - Entered:
 
                      - Graduated:
 
                      - Commissions:
 
                      - Graduation Speaker:
 
                      - Presented Commissions:
 
                      - Presented Diplomas:
 
                      - Cadet Wing Commanders:
 
                      - Rhodes Scholars:
 
                      - Fulbright Scholars:
 
                      - All-Americans (sports):
 
                      - Class Officers:
 
                  
                  Key data coming soon.
 
                  ';
            }
        }
   display_db_table("classes",$year);
 ?>