Top "Multipleselection" questions

May refer to a scenario where you can select multiple items from a list of items in a user interface.

How do I insert multiple checkbox values into a table?

I cant seem to find or figure out a working solution to insert multiple checkbox values from a form into …

php mysql checkbox multipleselection
Multiple IF statements on MYSQL

I'm trying to Display somes values in my database result, I am using this code but I can not succeed: …

mysql if-statement multipleselection
Adding values to a multiple select with jQuery's select2

I'm using the select2 jQuery plugin on a <select> with multiple="multiple". I need to add values to …

jquery selection jquery-select2 multiple-select multipleselection
How to create a drop-down list in java swing with multiple item selection?

I'm aware of JList and JComboBox. I need the combo box drop down functionality with multiple selection functionality that JList …

java swing drop-down-menu multipleselection
Android Image Picker Select multiple images from gallery with a maximum limit of 5

I have an app where the user needs to be able to choose multiple pictures to send them somewhere. However, …

android limit image-gallery multipleselection
How to select multiple rows in UITableView in edit mode?

I want to ask, how can I forward to edit mode, where I can to select multiple rows, as in …

ios swift uitableview multipleselection
Chosen: Keep Multiple Selection Order

I am using Chosen's Multiple selection. I want to be able to track user selected order. For example, if a …

jquery jquery-chosen multipleselection
symfony2 form multiple select with arraycollection

I would like to create a form to edit my users. Users and roles connected with ManyToMany. In UserUsers entity …

forms symfony entity arraycollection multipleselection
Inserting multiple checkbox values into a single SQL database column

I'm looking for a simple solution to inserting multiple checkbox selections into a single database column. User selects box 1, 4 and 6 …

php sql insert checkbox multipleselection