Posts by David Jesus • 3 points
3 posts
-
-2
votes2
answers395
viewsQ: Mysql problems with DELETE
I’m having problems in mysql when recognizing delete function $code = '1234'; $conn = new PDO('mysql:host=localhost;dbname=data', 'root'); $stmt = $conn->prepare('SELECT * FROM codes WHERE…
-
0
votes1
answer276
viewsQ: Problems with insert INSERT mysql
I am trying to insert data into my mysql database but the values do not appear in the table TABELA "users": id `int`,`11`, `notnull`,`primarykey`,`auto increment` email `varchar`,`11`, `notnull`…
-
-1
votes1
answer33
viewsQ: Sql calculates date instead of inserting
I’m trying to insert date in my BD but sql calculates the result is always 1997 in the fields I tested as "date" and did not insert "varchar e text" resulted in a subtraction calculation of the…