I have a page displaying name,description and price of various items.I have given checkboxes for every item,so that if user want to select an item or more he can select the checkboxes.And when he submits the form he should see the list of the checked item with price.I have created a table in the database to get item and price.Is it necessary to create another table to get the checked fields in the checkbox.
Can anyone give the solution???
Thanks.
Sarika.