
waesh
|
I Want To Display Items From Mysql In A Combo/list Box And Select Mulitple Items And Send Values To Database
Thursday, 16th April 2009
I have a table with list of items in Mysql which I want them to be displayed in PHP combo/list box and want to select mulitple items from there and send those values to Mysql database. For example list of Grocery items displayed from the database and want to select more than items to complete my shopping cart. How to do that in PHP-Mysql
|