Welcome Guest, Not a member yet? Register   Sign In
Multiple save :(
#3

(This post was last modified: 01-27-2015, 01:59 AM by sv3tli0.)

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
Reply


Messages In This Thread
Multiple save :( - by bobykurniawan - 01-26-2015, 07:15 PM
RE: Multiple save :( - by Rufnex - 01-27-2015, 01:44 AM
RE: Multiple save :( - by sv3tli0 - 01-27-2015, 01:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB