Posts by Rafael Silva • 1 point
1 post
-
0
votes1
answer65
viewsQ: PHP and Database does not update, use of UPDATE - SET - WHERE
I’m having problems with the code I’m developing, I ask you to make the change in the database, however, no changes are made to my BD. Follows the code: <?php $id = $_POST['id']; //Variável de…