Message: Undefined variable: data in codeigniter By Admin | July 18, 2014 0 Comment In Contorller $data[‘correctanswer’]= $output[‘correctanswer’]; $this->load->view(‘editview’,$data); in view if you use it will throw the above error. Below code will work proper