here we go people the ultimate challege ... well for me any way i have no idea even where to start i can build the tables i can add the products from a html page.... heres the scenario...
i add products to a table call baskets including product id, product price, username, timestamp, basket id(AUTOINC, PKEY)
i want to do a "select * from baskets where username = $hvgLogins"
which shows me products in the basket from $username but i want to be able to add up all of the items in $rows[3] together to give me a total price.
how?
simple addition i can do but no idea how i do table/row adding?
sorry to be a pain... thanks😕