Posts by Anderson • 11 points
2 posts
-
0
votes0
answers58
viewsQ: Error in php search system
I’m making a search system, only it’s giving an error, I’d like to know the solution. Follows the code: <?php require_once 'conect.php'; if(isset($_POST['submit'])){ $nome = $_POST['nome']; $pdo…
-
1
votes1
answer78
viewsQ: Problem with donation registration
I am doing a final project of the course t.i, only I have a problem in the registration of donations, when soon with admin the registration is done successfully, but when I soon with donor not…