In html select multiple pass many values with the same key
I'm working with an application that uses web pages to launch db procedures (as post). In html code I have: <select name="key" multiple> <option value="val1">val1</option> <option value="val2">val2</option> ... <option value="valn">valn</option> When I mark few of them and click submit, following…