From ce66d155eca7d447bdcc6feb47c17647ac754c35 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 4 Mar 2008 20:55:55 +0000 Subject: validation error fixes --- user_guide/general/security.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'user_guide/general/security.html') diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 5fa6cf3d0..271fea8b6 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -99,13 +99,12 @@ retrieving data from your database.

XML-RPC data, or even data from the SERVER array, you are encouraged to practice this three step approach:

    -
  1. Filter the data as if it were tainted.
  2. Validate the data to ensure it conforms to the correct type, length, size, etc. (sometimes this step can replace step one)
  3. Escape the data before submitting it into your database.
-CodeIgniter provides the following functions to assist in this process:

+

CodeIgniter provides the following functions to assist in this process: