cart display in php

Can we display a cart , by retrieving the data from two different tables , forming a multidimensional array?
----I have two tables one is “products” and another is “size and price”.
----Each product has 5 sizes and will have 5 different prices.
----Sizes are kept in select option and is dynamically generated.
----Prices are changed dynamically as per the selection of the size.

Really unable to crack the logic to retrieve the dynamically changed values of size and price and pass it on to cart display page.

Any hint or a small help will be much appreciated.

This is a pretty vague question. Without seeing any kind of code or table structure I don’t know what kind of response you expect to get?

Sponsor our Newsletter | Privacy Policy | Terms of Service