Skip to content

Instantly share code, notes, and snippets.

@atmoner
Created July 16, 2018 10:30
Show Gist options
  • Save atmoner/9e3a71040f643308b63c4428a56c5e6f to your computer and use it in GitHub Desktop.
Save atmoner/9e3a71040f643308b63c4428a56c5e6f to your computer and use it in GitHub Desktop.
function Fuckxss($var) {
strip_tags($var);
$output = htmlspecialchars($var, ENT_QUOTES);
return $output;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment