Posts by Arthur Harduim • 21 points
2 posts
-
0
votes1
answer52
viewsA: Help with CRUD code
Oops. Missed one $bd->commit(); after the $bd->exec($sql); Take a look at the documentation here to better understand: https://www.php.net/manual/en/pdo.transactions.php…
-
2
votes1
answer147
viewsA: How to register data in a dictionary within a . txt file?
Json is a much better format for saving serialized data. Pickle has several security and compatibility issues. # Considerações: # 1) Isso não é um sistema de login # 2) Armazenar usuário e senha em…