/mysql_injection_filterer

Save your website from illegal injections and commands

Primary LanguagePHP

PHP SQL INJECTION FILTERER

v 1.0.0.0

Usage

//First create an object

$security = new Security();

//Pass text to filter_string method

$filtered_string = $securiy->filter_string($input_from_user)