I'm making my own shopping cart. I'm using sessions to store Product id in a table column. Suppose, if a viewer has say more than1 item in that column and would like to delete a particular one, how is it possible? Please help. Thanks
You probably want to store each item the user has as a seperate row with the username put on the end since if you have each user with only one column you have no idea what products could be under there and no good way to access them.