Skip to content

Instantly share code, notes, and snippets.

@samsepiol1
Created August 21, 2021 01:20
Show Gist options
  • Save samsepiol1/637e209f21d221fc01da1c82d1088af2 to your computer and use it in GitHub Desktop.
Save samsepiol1/637e209f21d221fc01da1c82d1088af2 to your computer and use it in GitHub Desktop.
<?php
$usuario_id = $_GET['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