Posts by thaina • 3 points
1 post
-
0
votes1
answer35
viewsQ: I do not know what is the error of this code, update button is not updating the table field
Aquivo php. <?php include "mysqlexecuta.php"; // Executa a cláusula SQL $servidor='localhost'; $banco='xerox'; $usuario='root'; $senha=''; $conexao = mysqli_connect($servidor,$usuario,$senha);…