How to fix '$this->db->insert_batch($this->tbl, $data) not showing any errors also not insert in DB'? – Phpmyadmin
I am simply trying to use insert_batch() but it's not even inserting in my table as well and not even showing an error. But I am sure the flow of control has passed through the function insert_batch(). I have tried…