Insert multiple rows into DB using one form
问题 I am using Codeigniter MVC framework, I am trying to insert 14 rows into DB. Also, I have 14 calls for the model in my controller. However somehow, it inserts only Sunday morning. Why is that? * The view I posted is just a small part that just repeats itself for each day (Monday-Sunday) and (Morning, Evening). My DB looks like this: +---------+---------+--------+ | day | time | user_id| +---------+---------+--------+ | Sunday | morning | 1 | +---------+---------+--------+ | Monday | evening |