I'm looking for a few days on the internet and I do not know if I'm looking for the wrong way, I just know that I can not find what I need.
Next: I would like to click on one of the options that is in the ComboBox (or menu / list), which would show me the result just below.
Example: I have a ComboBox with priority "High", "Medium", "Low" and "All". As soon as I click on one of these options below it immediately shows me the results according to what I clicked and that is registered in Mysql.
Can anyone help me? I am using the PHP language only, but if you need javascript if you can explain how to apply I will thank you very much.
NOTE: I do not want to get the data that is in Mysql and by the Select. I want to be that by clicking on one of the options that is already in the select I visualize below what is in Mysql.
I put this "OBS" because what I just found so far was how to fill the combobox being that I want is the opposite.