How to Auto Save Selection in ComboBox into MYSQL in PHP?
Is it possible to auto save selected item 开发者_如何学运维in ComboBox into MYSQL without submit button?
yes you can do that by using jquery and ajax.
Jquery get selection box multiple select - $("#combobox_id").val();
ajax - http://api.jquery.com/jQuery.ajax/
精彩评论