Welcome Guest, Not a member yet? Register   Sign In
New problem in $_GET due to removing index.php in CI 2.0.2
#2

[eluser]web-johnny[/eluser]
[quote author="Ali Fattahi" date="1307831208"]Hello
after removing index.php in CI 2.0.2 And set uri_protocol to QUERY_STRING , i can't use $_GET in my project .
how can i solve this problem ?

Thanks
Ali[/quote] Try to change the
Code:
$config['enable_query_strings'] = FALSE;
to
Code:
$config['enable_query_strings'] = TRUE;
at the config file of your codeigniter


Messages In This Thread
New problem in $_GET due to removing index.php in CI 2.0.2 - by El Forum - 06-12-2011, 02:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB