tenho este corpo de email
queria colocar um ciclo for/while dentro desta variável $html para rodar os dados da BD na tabela
Código :
Obrigado
queria colocar um ciclo for/while dentro desta variável $html para rodar os dados da BD na tabela
Código :
$html = "
<table border='1' width='50%' align='center'>
<tr>
<td width='25%'><strong>Produto</strong></td>
<td width='25%'><strong>Cod</strong></td>
<td width='25%'><strong>Quatidade</strong></td>
<td width='25%'><strong>Unidade</strong></td>
</tr>
</table>
";
<table border='1' width='50%' align='center'>
<tr>
<td width='25%'><strong>Produto</strong></td>
<td width='25%'><strong>Cod</strong></td>
<td width='25%'><strong>Quatidade</strong></td>
<td width='25%'><strong>Unidade</strong></td>
</tr>
</table>
";
Obrigado