Hi, how do I get the index of all selected options when a form containing a multi-select dropdown is posted?
When I check the value using $_POST['select_name'] I get only the value of the last selected item.
TIA.
Make it an array, e.g. name ="select_name[]"