Skip to content

Instantly share code, notes, and snippets.

@ivanelson
Created November 4, 2019 20:30
Show Gist options
  • Save ivanelson/6c21481c24e2d17743ec6e81a94f7841 to your computer and use it in GitHub Desktop.
Save ivanelson/6c21481c24e2d17743ec6e81a94f7841 to your computer and use it in GitHub Desktop.
start php session
<?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