need help with Php Posts from forms?

David

New member
I have a form with a couple 100 inputs. I also have a database with a corresponding row for each input.

How do i grab the data from the corresponding rows in the database when the form input is selected? I don't want to create an individual if (isset($_POST['etc'] for each one, so is there a way to create 1 id that can check what its name or value is to then pull it from the database?
 
Back
Top