Welcome Guest, Not a member yet? Register   Sign In
_GET array problem...
#2

[eluser]Pascal Kriete[/eluser]
CodeIgniter sanitizes all GET values unless you turn enable_query_strings on in the config file.

You can get both clean urls and GET by setting the aforementioned setting to TRUE and using PATH_INFO for your uri_protocol (also set in the main config file).


Messages In This Thread
_GET array problem... - by El Forum - 11-18-2008, 11:56 AM
_GET array problem... - by El Forum - 11-18-2008, 12:37 PM
_GET array problem... - by El Forum - 11-18-2008, 12:42 PM
_GET array problem... - by El Forum - 11-18-2008, 12:52 PM
_GET array problem... - by El Forum - 11-18-2008, 01:29 PM
_GET array problem... - by El Forum - 11-18-2008, 01:44 PM
_GET array problem... - by El Forum - 11-18-2008, 02:12 PM
_GET array problem... - by El Forum - 11-18-2008, 02:33 PM
_GET array problem... - by El Forum - 11-18-2008, 02:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB