hello!
i'm a super newbie at php i'm trying to learn some scripts, what im trying to do now is a
simple shop system.
i have a table that contains item_id , item_name, price, quantity
what i want to do is that a customer will choose an item, how many will he like and compute the total amount, after a customer bought some items i want the quantity will auto update after purchase
thanks!