I have a PHP page with a list of items pulled from a database. Each item has an input form next to it, and right at the bottom, a submit button.
How can i do a POST check to find out which inputs have had data added? I can get the data, but how do I know the names of the particular inputs that have been filled?