Posts by Vinicius Lima • 26 points
2 posts
-
1
votes1
answer43
viewsA: Database connection via external file (PHP)
The file was successfully included?
-
0
votes1
answer221
viewsA: How do I show a user ID through Sesssions?
Hello, In this section you save two variables in the "name" and "User" section" if (!isset($_SESSION)) session_start(); $_SESSION["nome"] = $resultado["nome_system"]; // Salva os dados encontrados…