We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Category:Core::GET If you want to enable $_GET in your CI app, check out this thread For enabling it site-wide look here
Briefly, it depends on if you want it site wide or for a few pages.
$config['uri_protocol'] = "PATH_INFO";
parse_str($_SERVER['QUERY_STRING'],$_GET);