Ray, I'd like to take this one step further. This is my scenario. If I have a list of items, filtered by category, that contain checkboxes, I can then check all of the checkboxes that apply, loop through an array, and write the array contents to a database. Those items are connected to a user by a session variable. This is working fine and I've done this many times before.
My question is, how do I grab those items and add those items that are in the database to a shopping cart? I'm not sure how to start with that one.
Thanks!
Sandy