Skip to content

Instantly share code, notes, and snippets.

@abrahamfast
Created July 23, 2016 04:49
Show Gist options
  • Save abrahamfast/e4957a3f36fae221a7205aa2a6127d28 to your computer and use it in GitHub Desktop.
Save abrahamfast/e4957a3f36fae221a7205aa2a6127d28 to your computer and use it in GitHub Desktop.
simple xss
<?php
echo htmlspecialchars($comment, ENT_QUOTES, 'utf-8');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment