Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
db->where('id',$id); $get=$this->db->get('notes'); foreach($get->result() as $row){ $name=$row->name; $pdf=$row->file; $topic_id=$row->topic_id; } $this->db->where('id',$topic_id); $get=$this->db->get('topics'); foreach($get->result() as $row){ $topic_name=$row->name; $lesson_id=$row->lesson_id; $this->db->where('id',$lesson_id); $getl=$this->db->get('lessons'); foreach($getl->result() as $rowl){ $lesson=$rowl->name; } } ?>

Login_model->language('Kozi','Courses'); ?>       Login_model->language('Muhtasari','Overview'); ?>       Login_model->language('Moduli','Module'); ?>      

Notes    Back




db->where('topic_id',$topic_id); $this->db->order_by('id','asc'); $get=$this->db->get('notes'); foreach($get->result() as $rowNext1){ $i++; if($rowNext1->id==$id){ break; } } $this->db->where('topic_id',$topic_id); $this->db->where('type','application'); $this->db->order_by('id','asc'); $this->db->limit(1,$i); $get=$this->db->get('notes'); foreach($get->result() as $rowNext){ $nextId=base64_encode($rowNext->id); $nextIdname=$rowNext->name; ?> Next Lesson >>