I have a html form which has a select list box from which you can select multiple values because its multiple property is set to multiple. Consider form method is \'GET\'. T
// CHANGE name="select2" TO name="select2[]" THEN