db->get_where('exams' , array('exam_code' => $exam))->result_array(); foreach ($pages as $row):?>
: db->get_where('student', array('student_id' => $student))->row()->name;?>
db->where('exam_code', $exam); $this->db->where('student_id', $student); $questions = $this->db->get('student_question')->result_array(); foreach($questions as $row2): ?> 0): for ($i = 0; $i <= $number; $i++): $data = $this->db->get_where('questions', array('question_id' => $ids[$i]))->result_array(); foreach ($data as $row3): ?>
: .
: .
: %
#
0