Posts by Adiel Esdras • 16 points
2 posts
-
0
votes2
answers31
viewsA: Add value in name
try to concatenate like this: 1. Create a counter for the weekly child array and an array for qtdcriancas; then the repeat loop will access them <select class="form-control"…
-
0
votes2
answers224
viewsA: Mysql Query does not work with many arguments
try to pass as string, using apostrophes probably why php is ignoring it $conn->query("UPDATE dados_cadastrais SET nome='$nome', sobrenome='$sobrenome', nascimento='$nascimento', cpf='$cpf',…