Welcome Guest, Not a member yet? Register   Sign In
Inserting multiple rows in to multiple columns
#7

[eluser]xeroblast[/eluser]
you are getting that error because the data of your form was not pass to your controller properly.

before processing it. why not check if the values have pass properly

Code:
//controler
echo('<pre>');
print_r( $this->input->post('course_code') );
echo('<pre>');


Messages In This Thread
Inserting multiple rows in to multiple columns - by El Forum - 07-05-2013, 10:39 PM
Inserting multiple rows in to multiple columns - by El Forum - 07-05-2013, 11:09 PM
Inserting multiple rows in to multiple columns - by El Forum - 07-05-2013, 11:29 PM
Inserting multiple rows in to multiple columns - by El Forum - 07-05-2013, 11:44 PM
Inserting multiple rows in to multiple columns - by El Forum - 07-06-2013, 03:53 AM
Inserting multiple rows in to multiple columns - by El Forum - 07-06-2013, 04:00 AM
Inserting multiple rows in to multiple columns - by El Forum - 07-10-2013, 09:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB