Hello friends today i was working at some project and stuck when i was inserting dynamic form fields data in the database. So i have decided to store the values in array and then save them in database. I have 3 fields with the same name and id so i declare the all text field name with name[]. But i…