Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 214 Bytes

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)