Question
Outputing from a database
Hi,
I have a shopping cart system that adds shop items into a database using an array. So when an order is submitted in the items field in the data base it will say something like:
Item 1, Item 2, Item 3
Now I am trying to create a returns (RMA) page and I want the user to be able to slect which items they want to return. So I want to have a form with a checkbox next to each individual item and then they can check the items to return and then submit.
How can I list the items individually as they are just one string at the moment in th DB.
Thanks
I have a shopping cart system that adds shop items into a database using an array. So when an order is submitted in the items field in the data base it will say something like:
Item 1, Item 2, Item 3
Now I am trying to create a returns (RMA) page and I want the user to be able to slect which items they want to return. So I want to have a form with a checkbox next to each individual item and then they can check the items to return and then submit.
How can I list the items individually as they are just one string at the moment in th DB.
Thanks
