Skip to content

Instantly share code, notes, and snippets.

@pita5
Created January 16, 2012 23:18
Show Gist options
  • Select an option

  • Save pita5/1623538 to your computer and use it in GitHub Desktop.

Select an option

Save pita5/1623538 to your computer and use it in GitHub Desktop.
 <form>
     Username: <input type=text name=username value=<?php echo htmlspecialchars($_GET['name'], ENT_QUOTES, 'UTF-8'); ?> />
   </form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment