Welcome Guest, Not a member yet? Register   Sign In
the $_GET method
#2

[eluser]wakextreme[/eluser]
http://ellislab.com/codeigniter/user-gui...input.html

The security filtering function is called automatically when a new controller is invoked. It does the following:

* Destroys the global GET array. Since CodeIgniter does not utilize GET strings, there is no reason to allow it.
* Destroys all global variables in the event register_globals is turned on.
* Filters the POST/COOKIE array keys, permitting only alpha-numeric (and a few other) characters.
* Provides XSS (Cross-site Scripting Hacks) filtering. This can be enabled globally, or upon request.
* Standardizes newline characters to \n


Messages In This Thread
the $_GET method - by El Forum - 11-25-2007, 04:15 PM
the $_GET method - by El Forum - 11-25-2007, 07:22 PM
the $_GET method - by El Forum - 11-25-2007, 08:10 PM
the $_GET method - by El Forum - 11-25-2007, 10:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB