Message: Undefined variable: data in codeigniter
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
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