Welcome Guest, Not a member yet? Register   Sign In
Empty _GET array - unable to retrieve a 'get' variable
#7

[eluser]Colin Williams[/eluser]
Umm... sure...

Code:
print $_GET['q'];

and the config, just to be clear:

Code:
$config['uri_protocol']    = "PATH_INFO";
$config['enable_query_strings'] = TRUE;

No .htaccess, no routing, and when I hit up http://localhost/index.php/test/?q=hello or even http://localhost/index.php/test?q=hello I see:

Quote:hello

CI 1.6.3


Messages In This Thread
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-11-2008, 05:43 PM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-11-2008, 10:12 PM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-12-2008, 05:18 AM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-12-2008, 03:35 PM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-12-2008, 04:12 PM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-13-2008, 09:37 AM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-13-2008, 01:24 PM
Empty _GET array - unable to retrieve a 'get' variable - by El Forum - 08-13-2008, 01:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB