Skip to content

Instantly share code, notes, and snippets.

@aosteraas
Created May 2, 2012 04:15
Show Gist options
  • Save aosteraas/2573591 to your computer and use it in GitHub Desktop.
Save aosteraas/2573591 to your computer and use it in GitHub Desktop.
test
<?php
$name = $_GET['name'];
echo 'Welcome to our website, ' .
htmlspecialchars($name, ENT_QUOTES, 'UTF-8') . '!';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment