db->select('question_id');
$this->db->from('questions');
$this->db->where('exam_id', $row['exam_id']);
$num_results = $this->db->count_all_results();
$total = $this->db->get_where('exams',array('exam_code'=>$exam_code))->row()->questions;
?>
= $total):?>
.
'multipart/form-data')); ?>