Posts tagged "XSS security"

PHP XSS (cross site scripting) filter function

Hi all as we know about XSS attack there should be some method to prevent XSS attack. While surfing on internet I came across some code to filter PHP XSS attacks. License: This code is public domain, you are free to do whatever you want with it, including adding it to your own project which can be under any license. Usage: Put this in a function, run *every* variable passed in through it.

Read more...

3 comments - What do you think?
Posted by Ashish - September 5, 2008 at 5:31 am

Categories: Concept, Internet Security   Tags: , , ,