Welcome Guest, Not a member yet? Register   Sign In
$_GET values
#3

[eluser]Craig A Rodway[/eluser]
The $_GET variable is not allowed/supported. from the User Guide - Security.

Quote:GET, POST, and COOKIE Data

GET data is simply disallowed by CodeIgniter since the system utilizes URI segments rather than traditional URL query strings (unless you have the query string option enabled in your config file). The global GET array is unset by the Input class during system initialization.

Interesting thread here also.


Messages In This Thread
$_GET values - by El Forum - 01-08-2008, 02:33 AM
$_GET values - by El Forum - 01-08-2008, 04:50 AM
$_GET values - by El Forum - 01-08-2008, 06:09 AM
$_GET values - by El Forum - 01-08-2008, 06:47 AM
$_GET values - by El Forum - 01-08-2008, 10:36 AM
$_GET values - by El Forum - 01-08-2008, 10:47 AM
$_GET values - by El Forum - 01-08-2008, 02:30 PM
$_GET values - by El Forum - 08-20-2010, 02:03 PM
$_GET values - by El Forum - 08-20-2010, 02:05 PM
$_GET values - by El Forum - 08-30-2010, 04:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB