How can I define names of text fields and selection boxes in an array?
Code:
<input type=text name=test[0]>
<input type=text name=test[1]>
<input type=text name=test[2]>
...
Is that possible?