Skip to content

Instantly share code, notes, and snippets.

@rodrigoSyscop
Created February 24, 2018 18:01
Show Gist options
  • Save rodrigoSyscop/802fb1e078152662123edfce403f16a1 to your computer and use it in GitHub Desktop.
Save rodrigoSyscop/802fb1e078152662123edfce403f16a1 to your computer and use it in GitHub Desktop.
framework/src/pages/hello.php
<!-- framework/src/pages/hello.php -->
<?php $name = $input = $request->get('name', 'World') ?>
Hello <?php echo htmlspecialchars($name, ENT_QUOTES, 'UTF-8') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment