The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.
rafaelcaviquioli/php-clean-request
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people., (*1)
Recommended for applications where old functions are still used such as `` `mysql_query``` where there is no automatic processing of sql injection, (*2)
Remove SQL injection
Add caracter scape
Use PhpCleanRequest, (*3)
Not use PhpCleanRequest, (*4)
The Versions
23/062016
dev-master
9999999-dev
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.