This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP Backend Security Project PHP Preventing SQL Injection"

From OWASP
Jump to: navigation, search
(New page: = SQL Injection Examples = == Login Form == == Online Catalog == == Message Board == = PHP Application Security strategies = == Hiding DBMS connection strings == == Prepared Stateme...)
 
(SQL Injection Examples)
Line 1: Line 1:
= SQL Injection Examples =
+
= Examples =
  
 
== Login Form ==
 
== Login Form ==
Line 6: Line 6:
  
 
== Message Board ==
 
== Message Board ==
 
  
 
= PHP Application Security strategies =
 
= PHP Application Security strategies =

Revision as of 14:04, 18 May 2008

Examples

Login Form

Online Catalog

Message Board

PHP Application Security strategies

Hiding DBMS connection strings

Prepared Statement

Data Validation

Security in Depth

Defeating Automated Tools