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