Searched, Googled already couldn't found one with same case,
Basically i have a set of multiple categories in one form, i want to update Number of questions in each category on one form submit.
Following is the form:
Number of categories can be dynamic, each Question TextBox contains its name = "question" merged with category ID and make it as "question12 , question13" etc.
I know about update_batch() , but how do i get values and put them in array as they can be of unknown number.
How do i update all categories at once in CodeIgniter