รายละเอียดของการตอบ ::
ถ้าเรามีข้อมูลสินค้าเยอะเราต้องเพิ่ม
<tr>
<td><input type="text" name="proid[]" value="<?php echo $rw['pro_id'];?>" readonly></td>
<td><input type="text" name="proname[]" value="<?php echo $rw['pro_name'];?>" readonly></td>
<td><input type="text" name="prounit[]" value="<?php echo $rw['pro_unit'];?>" readonly></td>
<td><input id="order-id-1-product-price" type="text" name="proprice[]" value="<?php echo $rw['pro_price'];?>" readonly></td>
<td><input id="order-id-1-quantity" type="text" name="prounit[]" value="" onkeyup="return summaryProductPrice(1);"></td> //จำนวนที่สั่ง
<td><input id="order-id-1-sum-product-price" type="text" name="sumprice[]" value=""></td> // ผลรวมอัตโนมัต
</tr>
ตามจำนวนสินค้าเลยหรอ
ผมมีประมาณ100 ก็ต้องเพิ่ม 100 เลยใช่ป่าว