我目前正在使用 php 和 mysql ......
卖家可以销售产品。目前,他们通过填写表格指定了他们希望销售的数量和他们希望销售产品的价格。然后将其保存在数据库中...
但是,我现在希望修改它,以便......表格看起来像这样......
Product Name - Drop down box
Quantity - number specified by the user ... gets saved as a double
Price - number specified by user.. saved as a double.
Price per unit -- IMPLEMENT THIS SO THAT IT CHANGES ACCORDING TO WHAT the user types as the price and quantity...
所以我希望添加额外的每单位价格字段...根据用户输入自动更新(根据价格/数量计算)。
我怎么能做这样的事情?任何帮助,将不胜感激..
谢谢。