InterviewSolution
Saved Bookmarks
| 1. |
What is cross site scripting in PHP? |
|
Answer» Cross-Site Scripting (XSS) is one of the most common and dangerous SECURITY vulnerabilities existing within web applications. It is a MEANS to gain unauthorized access by attacking PHP scripts PRESENT in your web app. |
|