I do not know how to proceed in this. In the code below
I have a loop that returns me quantity and value per line
how to do this calculation dynamically by line
loop{
linha 1 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
linha 2 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
linha 3 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
}
....