Skip to content

Instantly share code, notes, and snippets.

@rodrigoSyscop
Last active February 17, 2018 13:07
Show Gist options
  • Save rodrigoSyscop/f9b9a2a232f037fb9be414c9e42180e0 to your computer and use it in GitHub Desktop.
Save rodrigoSyscop/f9b9a2a232f037fb9be414c9e42180e0 to your computer and use it in GitHub Desktop.
framework/index.php
<?php
// framework/index.php
$input = $_GET['name'];
printf('Hello %s', $input);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment