Posts by Jweymes Willian Alves • 11 points
1 post
-
0
votes1
answer82
viewsQ: Form for the registration of equipment with sequence of lot numbers
someone could help me with this problem. follow the code: <?php $equipamento = $_POST['equipamento']; $departamento = $_POST['departamento']; $observacao = $_POST['observacao']; $NInicial =…