Instructions report To name?> Term
db->where('school_id',$this->session->userdata('school_id'));
$this->db->where('students_type',$students_type);
$this->db->where('class_level',$class_level);
$this->db->where('term',$term);
$this->db->where('academic_year',$academic_year);
$get=$this->db->get('instruction_reports');
foreach($get->result() as $ros){
$i++;
?>
'.$i.'. '.$ros->instructions ?>
Delete