Select elements work exactly like input elements. I think the issue you are having is that your select has name="0". Form elements can't have names that start with a number. Try renaming your select element and update the results page to use the new select element name when filtering the database.