I'm submitting a form, and the textboxes located on that form are grabbed from a DB, therefore they are not going to be a designated name, necessarily.
So when I go to update these fields in the DB, can I grab the name of the textbox (which corresponds to the field in the DB) out of the GET array?
I hope that makes sense... :(
