5 practical tips to secure your web applications
October 25th, 2007
2 comments
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