Protecting PHP scripts from Cross-site scripting (XSS) attacks
Cross-site scripting (XSS) attacks are one of the biggest threats to dynamic web pages. Up to 80 percent of all web sites are vulnerable to some type of this attack. Yet, many programmers and site owners are simply not aware of this problem. So, how it works? Generally, you have some web site which doesn’t [...]
Posted in Programming
Tags: Escaping, PHP, XSS