Skip to content

Instantly share code, notes, and snippets.

@rodrigoSyscop
Created March 3, 2018 13:20
Show Gist options
  • Select an option

  • Save rodrigoSyscop/5d13d1eb021521f7a284c1fc09fc8ce2 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigoSyscop/5d13d1eb021521f7a284c1fc09fc8ce2 to your computer and use it in GitHub Desktop.
framework/src/pages/hello.php
<!-- framework/src/pages/hello.php -->
Hello <?php echo htmlspecialchars(isset($name) ? $name : 'World', ENT_QUOTES, 'UTF-8') ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment