无法将值插入数据库表

时间:2019-05-27 16:36:16

标签: php mysql

“购物车”表格上的计算显示正确的值,但是在填写客户的详细信息并提交之后,所有价格都将正确地插入到数据库表中(总价除外)。即使购物车表格显示正确的值,每次总价格值在数据库中变为0时,我尝试使用$ total之外的其他变量来显示未定义的变量。

Here the shopping cart form image

***数据库表

StatefulWidget

cart.php

<!-- language: lang-html -->

    Table (order)
    id | name |  contact  |  address |    email       |    item         | amount |            
    --------------------------------------------------------------------------------
    30 | john |  43534543 |  B city  |  a2@gmail.com  |  Product202,(1) |   0    |
    --------------------------------------------------------------------------------

0 个答案:

没有答案