Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


sanitizing_php_for_malicious_user_input

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sanitizing_php_for_malicious_user_input [2012/12/04 22:41] – created juckinssanitizing_php_for_malicious_user_input [2012/12/04 22:41] (current) juckins
Line 6: Line 6:
 </code> </code>
  
-we would change it to be something like:+change it to be something like:
 <code> <code>
 if (isset($_GET["id"]) ) { if (isset($_GET["id"]) ) {
sanitizing_php_for_malicious_user_input.txt · Last modified: 2012/12/04 22:41 by juckins