@

Home 

php Programming Glossary: shiflett.org

Is htmlentities() bullet proof?

http://stackoverflow.com/questions/1891392/is-htmlentities-bullet-proof

calling htmlentities without appropriate encoding. http shiflett.org blog 2005 dec google xss example share improve this answer..

PHP & mySQL: When exactly to use htmlentities?

http://stackoverflow.com/questions/2077576/php-mysql-when-exactly-to-use-htmlentities

for me after I have gone through the post at http shiflett.org blog 2005 dec google xss example Then there is this one more..

PHP Programming Blogs [duplicate]

http://stackoverflow.com/questions/2244125/php-programming-blogs

http anttih.com http blog.joshuaeichorn.com http shiflett.org http blog.stuartherbert.com php share improve this answer..

PDO in Codeigniter - Protect vs SQL Injection

http://stackoverflow.com/questions/4985672/pdo-in-codeigniter-protect-vs-sql-injection

such as Chris Shiflett and OWASP for security tips. http shiflett.org blog 2006 jul the owasp php top 5 Been using a homebrewed PDO..

Php addslashes sql injection still valid?

http://stackoverflow.com/questions/5133022/php-addslashes-sql-injection-still-valid

injections when addslashes is used. This is the link http shiflett.org blog 2006 jan addslashes versus mysql real escape string My..

MySQL injection protection and vulnerability signs using PHP

http://stackoverflow.com/questions/544239/mysql-injection-protection-and-vulnerability-signs-using-php

mysqli prepare You might also be interested in http shiflett.org articles sql injection and http shiflett.org blog 2007 sep the.. in http shiflett.org articles sql injection and http shiflett.org blog 2007 sep the unexpected sql injection share improve this..

Security of strip_tags() and mysqli_real_escape_string()

http://stackoverflow.com/questions/585358/security-of-strip-tags-and-mysqli-real-escape-string

more comprehensive treatment on the topic of PHP security shiflett.org phpsecurity.org This is another Chris Shiflett site but I'm..

Which $_SERVER variables are safe?

http://stackoverflow.com/questions/6474783/which-server-variables-are-safe

well. See How safe is _SERVER HTTP_HOST ] . Also see http shiflett.org blog 2006 mar server name versus http host . Entirely arbitrary..

Is PHP's addslashes vulnerable to sql injection attack? [duplicate]

http://stackoverflow.com/questions/8339844/is-phps-addslashes-vulnerable-to-sql-injection-attack

to display their current vulnerability. References http shiflett.org blog 2006 jan addslashes versus mysql real escape string http..