Storing dynamically generated fields
Storing dynamically generated fields
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- dijitaq0
you can also name the input fields with brackets in the end, name="name[]", it will convert all the data from the fields with the same name into an array.
store the data while looping through the array.