Can't get the values from multiple select with $_GET request
问题 I'd like some help please. I'm sending with a GET request from a multiple select field the selected values to my proccess page (archive.php) <form id="form1" class="four columns" action="archive.php" method="get" name="form1"> <select id="select2" multiple="multiple" name="location[]"> <option value="103001000">value1</option> <option value="103002000">value2</option> <option value="103003000">value3</option> <option value="103004000">value4</option> </select> I get the selected locations on