PHP Classes

How to use

Recommend this page to a friend!

      PHP Anti SQL Injection  >  All threads  >  How to use  >  (Un) Subscribe thread alerts  
Subject:How to use
Summary:PHP Anti SQL Injection
Messages:2
Author:Fabricio
Date:2017-06-21 14:04:32
 

  1. How to use   Reply   Report abuse  
Picture of Fabricio Fabricio - 2017-06-21 14:04:32
Hi,

How to use this class on my project ?

  2. Re: How to use   Reply   Report abuse  
Picture of Jesus Matiz Jesus Matiz - 2017-06-21 14:11:54 - In reply to message 1 from Fabricio
You must include the class in the files you want to protect, as follows

require_once('antiInjectionSQL.class.php');

Before the processing of the information that you are going to receive, in this way it will be avoided that any attack arrives to filter to your project.