Created
November 4, 2019 20:30
-
-
Save ivanelson/6c21481c24e2d17743ec6e81a94f7841 to your computer and use it in GitHub Desktop.
start php session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
session_start(); | |
$_SESSION["login"] = $login_banco; | |
$_SESSION["nome"] = $nome_banco ; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment