| AWG | '.$linha['AWG'].' | ';
echo ''.number_format($linha['S'],'5', ',', '.').' | ';
echo ''.number_format($linha['D'],'3', ',', '.').' | ';
echo ''.number_format($linha['E'],'2', ',', '.').' | ';
echo ''.number_format($linha['P'],'5', ',', '.').' | ';
echo ''.number_format($linha['l'],'2', ',', '.').' | ';
echo ''.number_format($linha['R'],'6', ',', '.').' | ';
echo ''.number_format($linha['A'],'3', ',', '.').' | ';
echo '';
}
mysqli_close($conexao);
?>