Good morning,
I want to add values to a form, but I can not.
I need to do the following calculation:
<?php
vlMateriaPrima = 3,05;
$isumosMateriais = 0,25;
$embalagem = 0,50;
$custoDireto = vlMateriaPrima + $isumosMateriais + $embalage...
asked by
13.09.2016 / 16:07