how to clean request string in php for prevent sql injection Get link Facebook X Pinterest Email Other Apps August 29, 2012 function cleanit($text) { return htmlentities(strip_tags(stripslashes($text)), ENT_COMPAT, "UTF-8"); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment