How to use query string in Codeigniter?

you can try this

$config['enable_query_strings'] = TRUE;

Leave a Comment