Posts by Pedro • 27 points
3 posts
-
1
votes2
answers48
viewsA: make images disappear depending on select
Good day! Probably what you want to do is something like, you create a condition (WHERE) where the numero_imagens = numero_vitimas All the names I used are just examples...…
-
0
votes1
answer37
viewsQ: Problem when trying to display data in a table - php
I’m having a problem trying to show nproposta, information on the application and dataregistada. Thanks in advance for any help. Thank you <?php…
-
1
votes2
answers47
viewsQ: PHP - I can’t update the database
I can’t update the database, someone can help me pfv? <?php $ligaBD = mysqli_connect("localhost", "root", "", "pap"); $tipo_autorizacao = $_POST['tipo_autorizacao']; $autorizacao_obs =…