Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. function sanitize($dirty)
  2. {
  3.     return htmlentities($dirty, ENT_QUOTES, "UTF-8");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement