<input name="f1[]" class="">
<input name="f2[]" class="">
<input name="f3[]" class="">
<input name="f4[]" class="">
<input name="f5[]" class="">
suppose there are five fields.
I can add each row through append, like this:
the number next to the pineapple is related to the pineapple
and so on
how can I catch the pineapple at the back end and output the number on the right into a piece of data?