使用php关联二维数组中的两个索引

时间:2019-12-26 10:05:17

标签: javascript php html

this is my array.

$books=array(
    array(
        'Book ID'=>'B001',
        'Name of the Book'=>'Programing in C',
        'Qty'=>58,
        'Unit Price'=>5900,
        'Amount'=>,
        ),
    );

我想使用php计算金额(数量*单价)。任何人都可以使用foreach解释一个简单的代码。

0 个答案:

没有答案