I'm new to php so please forgive me if this doesn't make much sense.
row data like this:
refnumb item
1111 a
1111 b
1111 c
1221 a
1221 b
*etc
I'm trying to get all items for a refnumb placed into seperate text boxes which will save the data into columns, but I'm having problems since I can't seem to give each text box a unique name to associate with a column for insertion.