i want to be able to sort a db according to what user selects from a list.
my question is how do i assign users selection from a form to php variable after clicking it?
everything on the same page, no buttons.
then im going to use that php variable to sort db by it.