[ad_1]
<table border="1"><?php
foreach ($ex['Product'] as $row) {
echo '<tr>';
echo '<td>'.$row['item_id'].'</td><td>'.$row['product_name'].'</td>';
echo '</tr>';
}
?></table>
[ad_2]
solved How do I displayed in the table this array, with for?