Welcome Guest, Not a member yet? Register   Sign In
How to batch insert multiple rows with different data
#2

In your controller, temporarily insert these lines after $data = $this->input->post('sponsor');
PHP Code:
echo '<pre>';
print_r($data);
echo 
'</pre>';
die(); 

I guess one the elements in this array is "txtboxnum". Does your database table have a field with that name? If not, insert_batch won't be able to insert the records.
Reply


Messages In This Thread
RE: How to batch insert multiple rows with different data - by Wouter60 - 04-28-2018, 11:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB