-1
Hello!
The first php code generates several inputs. Where the user informs how many inputs he wants in the $value variable.
for ($i=1; $i <=$valor ; $i++) {
echo "
<label>Chamado $i:</label><br>
<input type='number' name='valor %i' placeholder='Chamado'>
<br><br>
";
}
so I would like to know how to do the Insert based on the amount the user entered?
Try to put more details of your code, so you can get a quality help.
– Jerfeson Guerreiro
That answer might help you: Insert Mysqli the right way
– DNick