Skip to content

Anti Cross Site Scripting (XSS) Injection for PHP. A very powerful tool to counteract XSS Injection. It has been proven so far that it is still very reliable for dealing with XSS Injection problems. This tool is also very suitable for use in the Codeigniter Framework.

License

firexsantos/antixss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Anti XSS Injection for PHP

Anti Cross Site Scripting (XSS) Injection. A very powerful tool to counteract XSS Injection. It has been proven so far that it is still very reliable for dealing with XSS Injection problems. This tool is also very suitable for use in the Codeigniter Framework.

How to use?

Just add antixss(...) function to any post or get variable.

Example in Native PHP:
antixss($_GET['yourparameter']); antixss($_POST['variable']);

Example in Code Igniter:
$post = $this->input->post();
antixss($post['yourvariable']);

About

Anti Cross Site Scripting (XSS) Injection for PHP. A very powerful tool to counteract XSS Injection. It has been proven so far that it is still very reliable for dealing with XSS Injection problems. This tool is also very suitable for use in the Codeigniter Framework.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages