I have a form with below layout in codeigniter:
<input type="text" name="product">`<input type="text" name="cost">`
The form has several rows with the same input names. Have tried several suggestions such as Batch creation and this thread here but not working out