且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在数据库中保存多个选择值

更新时间:2023-01-22 11:14:48

,您基本上可以遍历列表框中的所有选定项.这是一些入门的链接.

http://onlinetools.org/tricks/using_multiple_select.php [ http://www.phpfreaks.com/forums/index.php?topic=314019.0 [ ^ ]
You basically loop through all the selected items in the listbox. Here''s some links to get you started.

http://onlinetools.org/tricks/using_multiple_select.php[^]
http://www.phpfreaks.com/forums/index.php?topic=314019.0[^]


http://forums.asp.net/t/1675666.aspx/1 [ ^ ]

http://***.com/questions/4995406/how-将多个选择框数据保存到数据库中 [ http://www.aleixcortadellas.com/main/2009/03/20/492/ [ ^ ]
http://forums.asp.net/t/1675666.aspx/1[^]

http://***.com/questions/4995406/how-to-save-multiple-select-box-data-into-database[^]


For useing php this code should help you ..

http://www.aleixcortadellas.com/main/2009/03/20/492/[^]