| Link |
Description |
| Cleaning up your inputs |
Cleaning up your inputs from $_POST, $GET and $_REQUEST is an important task if you re looking at security of your PHP applications. You can prevent most kinds on Cross Site Scripting (XSS) attacks if you know how to clean up the user inputs. Her... |
| Cleaning up Your Inputs in PHP |
Cleaning up your inputs from $_POST, $GET and $_REQUEST is an important task if you’re looking at security of your PHP applications... |
| Cleaning Up Your Inputs In PHP |
Cleaning up your inputs from $_POST, $GET and $_REQUEST is an important task if you’re looking at security of your PHP applications... |
| Filtering Out Unwanted XHTML/HTML Tags |
For a project I am working on right now, I wanted to allow users to add a little bit of HTML in a description field, but not too much. I only wanted to allow a few tags and a few attributes. I, never one to reinvent the wheel, headed to Google (a programmer’s best friend) on a code hunt. I tried several php filter functions and classes and I was left wanting. I was just about to give up and write something myself when I stumbled across the PHP Input Filter class on PHP Classes.org (you have to be a member to download code, but membership is free)... |
| Funktion/Klasse wie htmlentities(), aber gewisse Tags erlauben |
Ich benutzte die folgende Klasse dafür:... |
| Server Side Validation - Importance |
Time and again, there are countless number of articles written on not to trust user input and do a server side validation of all input... |
| Teketek.com ve XSS açigi |
Bugün Türkiye'nin popüler alisveris sitesi Teketek.com'da ürünlere gözatarken, XSS'i (Cross-Site Scripting) test amaciyla arama kutusuna JavaScript kodu yazdim ve çalısti |