Welcome Guest, Not a member yet? Register   Sign In
Securing forms
#1

[eluser]Quaotloa[/eluser]
Hi,

today I use "Input class" for submitting forms, and active records for the queries..

Is that enough? Or do I need to clean all data manually?

Regards Fredrik
#2

[eluser]JasonS[/eluser]
You need to use the form_validation class to ensure that user data is correct.

Beyond that you are fairly protected.

Quote:Beyond simplicity, a major benefit to using the Active Record features is that it allows you to create database independent applications, since the query syntax is generated by each database adapter. It also allows for safer queries, since the values are escaped automatically by the system.




Theme © iAndrew 2016 - Forum software by © MyBB