Last active
February 17, 2018 13:07
-
-
Save rodrigoSyscop/f9b9a2a232f037fb9be414c9e42180e0 to your computer and use it in GitHub Desktop.
framework/index.php
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 | |
// 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