php Programming Glossary: shiflett
PHP $_SERVER['HTTP_HOST'] vs. $_SERVER['SERVER_NAME'], am I understanding the man pages correctly? http://stackoverflow.com/questions/1459739/php-serverhttp-host-vs-serverserver-name-am-i-understanding-the-ma thought. But it ™s a little bit more difficult. See Chris Shiflett ™s article SERVER_NAME Versus HTTP_HOST . It seems that there..
PHP tutorial that is security-, accuracy- and maintainability-conscious? [closed] http://stackoverflow.com/questions/2119083/php-tutorial-that-is-security-accuracy-and-maintainability-conscious php security share improve this question Chris Shiflett is author of Essential PHP Security book. This is really good..
PHP: Is mysql_real_escape_string sufficient for cleaning user input? http://stackoverflow.com/questions/2353666/php-is-mysql-real-escape-string-sufficient-for-cleaning-user-input
PDO in Codeigniter - Protect vs SQL Injection http://stackoverflow.com/questions/4985672/pdo-in-codeigniter-protect-vs-sql-injection not 100 convinced. I usually lean on experts such as Chris Shiflett and OWASP for security tips. http shiflett.org blog 2006 jul..
Is strip_tags() vulnerable to scripting attacks? http://stackoverflow.com/questions/5788527/is-strip-tags-vulnerable-to-scripting-attacks tags set is strip_tags vulnerable to any attack Chris Shiflett seems to say it's safe Use Mature Solutions When possible use..
Security of strip_tags() and mysqli_real_escape_string() http://stackoverflow.com/questions/585358/security-of-strip-tags-and-mysqli-real-escape-string shiflett.org phpsecurity.org This is another Chris Shiflett site but I'm not certain whether he has additional content here..
Is PHP's addslashes vulnerable to sql injection attack? [duplicate] http://stackoverflow.com/questions/8339844/is-phps-addslashes-vulnerable-to-sql-injection-attack php addslashes share improve this question Shiflett shows a full working exploit in his blog entry. The code you.. the practice of using addslashes is still dangerous and Shiflett's article should give you enough material to argue with even..
|