Posts by Rodrigo Teles • 34 points
1 post
-
1
votes1
answer653
viewsA: Query is executed, but the data does not go to the database
Opa, one of the errors I saw in your code is that you treat at the beginning of the code the Pdo as constant and it is not pdo = new PDO ("mysql:host=localhost; dbname=clientes;","root",""); } catch…