Posts by Cleriston Sampaio • 26 points
1 post
-
1
votes1
answer34
viewsA: Error when trying to insert data into a database
The function mysqli_stmt_bind_param() returns a Boolean. You must execute it, without assigning it to anyone and then pass $stmt to the query function. Ex: function cadastrarNoBanco($nome, $email){…