Posts Tagged: php tutorial
-
Jun 07, 2010
Comments OffHow Cross Site Scripting XSS browser attacks
Now a days Web applications are becoming more and more dynamic. Dynamic websites means contents shown on web page are pulled dynamically depending on some settings. These setting may include sending some important variables in query string, or sending the data entered by users with post form type. So in simple words we can say...