Posts by Daniel • 3 points
2 posts
-
0
votes1
answer174
viewsQ: mysql error Error updating record: You have an error in your SQL syntax;
I’m having a problem with an update. of this mistake string(42) " UPDATE files SET desc='ssss' WHERE id=131" Error updating record: You have an error in your SQL syntax; check the manual that…
-
-2
votes1
answer67
viewsQ: preventDefault does not work with onclick function on button
preventDefault does not work follow the code: function updateCliente(e) { var url2 = "con_cliente.php" var url = "update/update_cli.php"; if (confirm('Tem certeza que quer cadastrar o cliente?')){…