How to display the fields of each record in the table, if the field N is nonzero?
</td>
</tr>
<tr>
<td><?php echo $customer['produto2']; ?></td>
<td><?php echo $customer['serial2']; ?></td>
</tr>
<tr>
<td><?php echo $customer['produto3']; ?></td>
<td><?php echo $customer['serial3']; ?></td>
</tr>
<tr>
<td><?php echo $customer['produto4']; ?></td>
<td><?php echo $customer['serial4']; ?></td>
</tr>
<tr>
<td><?php echo $customer['produto5']; ?></td>
<td><?php echo $customer['serial5']; ?></td>
<tr>
</tr>