I am trying pass a variable to php using a combobox. I can do it using a text box because it has a place I can give the text box a variable name. The combobox does not have a place to give it a variable name.
I am trying to pass the data column of the combobox as a variable to php?
This is what I got to do that I assigned the code to a button in the file. I just gave the comboBox an instance name of list and put this code for the button