5 practical tips to secure your web applications
Posted on October 25th, 2007 by admin
Keep these practical tips in mind when developing code for your web applications. Examples shown are written in PHP and can be implemented in any language.
Prevent SQL Injection attacks
Provide additional security with backend validations
Validate Combo Box and List Box data
Convert HTML code into its entity form
Capture errors and show custom error page
[…]
Filed under: PHP, Research, Security | 2 Comments »