update table set field = field + จำนวนที่ซื้อเพิ่ม where product_id = $product_id
ไกด์ให้แบบนี้ครับ
Date :
2012-01-23 12:12:53
By :
ikikkok
No. 2
Guest
จากตัวอย่างที่พี่ให้มาลองทำแล้ว แต่มันมีปัญหาต้องที่จำนวนที่ซื้อเพิ่ม จากโค้ดนี้ update table set field = field + จำนวนที่ซื้อเพิ่ม where product_id = $product_id ของน้องจะเป็นช่องtextboxที่เรียกข้อมูลจากตารางใบสั่งซื้อมาคะพอใส่แบบนี้เข้าไป update product set amount = amount + amount1 where id = $id; มันบอกว่าไม่รู้จักคอลัมamount1 จะต้องทำไงคะ