Posts by Patrick Barbosa • 1 point
1 post
-
-4
votes1
answer385
viewsQ: Fatal error: Uncaught Error: Call to a Member Function bind_param() on Boolean in C: xampp Stack trace: #0 {main} thrown in C
<?php include("conecta.php"); $id = 0; $nome = $_POST['nome']; $cpf = $_POST['cpf']; $pis = $_POST['pis']; $dataCadastroPIS = $_POST['dataCadastroPIS']; …