コード例 #1
0
    <td width="151"><strong>Item</strong></td>
    <td width="99"><strong>Type</strong></td>
    <td width="115"><strong>Item Description</strong></td>
    <td width="46"><strong>Price</strong></td>
    <td width="79"><strong>Quantity</strong></td>
    <td width="66"><strong>Sub Total</strong></td>
    <td width="28">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="7"><img src="images/orange-divider.jpg" width="600" height="2" /></td>
    </tr>
    <?php 
            foreach ($contents1 as $item_Details => $qty) {
                $item_id = substr($item_Details, 0, strlen($item_Details) - 1);
                $cat = substr($item_Details, -1);
                $row = ADAO::viewBasketItemDetails($item_id, $cat);
                ?>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr id="row_<?php 
                echo $row['id'] . $cat;
                ?>
">
    <td><img src="images/basket-review-product-img.jpg" alt="" /><input type="hidden" name="item_id[]" value="<?php