Submit form information with multiple checkboxes/select menus
问题 I wanted to know if it was possible to have the form on this fiddle come out onto the database like this after the user hits submit once. +------+------+----------+ | Name | Meal | Quantity | +------+------+----------+ | Adam | Beef | 2 | | Adam | Pork | 1 | | Adam | Lamb | 3 | +------+------+----------+ http://jsfiddle.net/f8zyakvj/1/ I know that through multi selects, all the information you select is sent through as an array, but for checkboxes, how can I make it so that the information is