Skip to content

Instantly share code, notes, and snippets.

@samsepiol1
Created August 21, 2021 01:33
Show Gist options
  • Save samsepiol1/0cf9ba5a492689d2cf1f777a467439ba to your computer and use it in GitHub Desktop.
Save samsepiol1/0cf9ba5a492689d2cf1f777a467439ba to your computer and use it in GitHub Desktop.
<?php
$usuario_id = $_SESSION['id'];
$user_informacao = get_user_informacao($usuario_id);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment