db->get_where('settings' , array('type' => 'running_year'))->row()->description; ?>
db->get_where('enroll' , array('student_id' => $student_id , 'year' => $running_year))->result_array(); foreach($student_info as $row): ?>
db->get_where('student' , array('student_id' => $student_id))->result_array(); foreach ($edit_data as $row3): ?>
'formValidate', 'enctype' => 'multipart/form-data'));?>