SyntaxFix
Write A Post
Hire A Developer
Questions
Use insert batch in codeigniter to insert multiple row of data.
$this->db->insert_batch('tabname',$data_array); // $data_array holds the value to be inserted