advanced code snippet search
tasmanweb on 03/16/13
03/16/13 01:55am
3 people have marked this snippet as a favorite
gecube3polarsPriestd09
kill url injection when using 'PHP_SELF' in forms
$_SERVER['PHP_SELF'] = htmlspecialchars($_SERVER['PHP_SELF']);
Report this snippet Tweet
Comment:
You need to login to post a comment.