2017 © Pedro Peláez
 

library 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.

image

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.

  • Thursday, June 23, 2016
  • by rafaelcaviquioli
  • Repository
  • 1 Watchers
  • 2 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PhpCleanRequest

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/06 2016

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.

  Sources   Download

GNU

by Avatar rafaelcaviquioli