Multiple save :( |
Goodday, please check my script first. I'll explain later.
PHP Code: function detailsave($idshipping = NULL)
Lets say you have 3 possible problems..
1st as Rufnex said at the foreach you must store: PHP Code: $data[] = array (......); This way you will have Array of arrays , at the moment you have just 1lvl array which is not valid for multiple inserts... 2nd is that you are using $_POST while CodeIgniter provides you with a $this->input->post method which is secured for manipulating input data.. 3rd you must be ready for the case where the post is empty... else you can try to insert empty $data ... Best VPS Hosting : Digital Ocean
|
Welcome Guest, Not a member yet? Register Sign In |