Skip to content

Instantly share code, notes, and snippets.

@mattattui
Created March 21, 2011 10:50
Show Gist options
  • Save mattattui/879289 to your computer and use it in GitHub Desktop.
Save mattattui/879289 to your computer and use it in GitHub Desktop.
Escaping PHP output in UTF-8
<?php echo htmlspecialchars($my_var, ENT_COMPAT, 'UTF-8'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment