<select id="industryExpect" multiple="multiple">
<option value="1">item1</option>
<option value="2">item2</option>
<option value="3">item3</option>
...
</select>
I'm seeing something like : industryExpect=13&industryExpect=17&industryExpect=19
Say,there are multiple value with the same KEY,
How to retrieve them from $_POST in PHP?