Posts by Joab Bispo • 21 points
2 posts
-
0
votes1
answer66
viewsA: Error When Registering in Database
Below is an attempt: your: $sql_cadastrar_usuario = my:sqli_query($conn, "insert into tb_usuario VALUES ('".$cpf."', ".$idade.", '".$sexo."')"); try like this: $sql_cadastrar_usuario =…
-
1
votes1
answer279
viewsQ: Button does not work when last append / prepend
I’m trying to put a button for append taken via ajax. After being placed in html, the button it stops working, (everything works normally after updating the page, because it 'picks up' the data from…