If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am implementing a shopping cart system into Dreamweaver MX and am also using MySQL as the database. I have a Cart table where there are two attributes Productprice and Quantity. I would like to know whether there are any valid SQL queries that can multiply the product price by the quantity and output a totol price.