Created
October 3, 2016 19:52
-
-
Save Rachind/20273ff8af5e08e53276a6c366aa4cb0 to your computer and use it in GitHub Desktop.
REQUEST filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function flt($input_text) { | |
return mysql_escape_string(htmlspecialchars(strip_tags(trim($input_text)))); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment