Posts by Lukas Trindade • 1 point
2 posts
-
0
votes2
answers192
viewsA: How to update the database from a form using PDO?
I changed the code to receive what comes from the post, but it is not yet possible to update <?php include_once("../classes/conexao.class.php"); Class Editar extends Conexao{ private $pdo;…
-
0
votes2
answers192
viewsQ: How to update the database from a form using PDO?
I have 2 files, the 1° is the form q will carry out the sending of the data and the 2° will process the data and update in the database, but the problem is q this is not happening, follow the code…