sanitizing_php_for_malicious_user_input
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sanitizing_php_for_malicious_user_input [2012/12/04 22:41] – created juckins | sanitizing_php_for_malicious_user_input [2025/03/20 19:11] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | All php input had to be sanitized. | + | ==== Sanitize PHP for Malicious User Input ==== |
| + | |||
| + | All php input needs to be sanitized. | ||
| instead of just doing: | instead of just doing: | ||
| Line 6: | Line 8: | ||
| </ | </ | ||
| - | we would change it to be something like: | + | change it to be something like: |
| < | < | ||
| if (isset($_GET[" | if (isset($_GET[" | ||
sanitizing_php_for_malicious_user_input.1354678898.txt.gz · Last modified: by juckins
