Posts by Matheus Santos • 3 points
2 posts
-
0
votes1
answer60
viewsQ: PDO - Showing bank information
While trying to connect to Database without internet connection the program shows me this error message: Fatal error: Uncaught PDOException: SQLSTATE[HY000] [2002] Network is unreachable in…
-
0
votes2
answers37
viewsQ: Problems when performing INSERT (PDO)
Good afternoon! I’m encountering problems to perform the following insert: function cadastro($usuario,$senha,$status){ $pdo = con(); $usuario = "Matheus"; $senha = "123"; $status = 3; $inf = […