I have a table where is a textbox that increases depending on the result of the query, what I want is to trap the name with the for loop:
<input type="text" name="tname" value="1">
<input type="text" name="tname" value="2">
<input type="text" name="tname" value="3">
<input type="text" name="tname" value="4">