Skip to content
Advertisement

Tag: javascript-injection

Preventing JavaScript Injections in a PHP Web Application

What are the measures needed to prevent or to stop JavaScript injections from happening in a PHP Web application so that sensitive information is not given out (best-practices in PHP, HTML/XHTML and JavaScript)? Answer A good first step is applying the methods listed in the question Gert G linked. This covers in detail the variety of functions that can be

Advertisement