5 practical tips to secure your web applications
Posted on : 25-10-2007 | By : admin | In : PHP, Research, Security
2
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








