How can I use GET forms with CodeIgniter?
- by Shamoon
I understand that CI is mostly URL segment based, but I want to have a query string: blahblah.com/search.html?q=keyword
When I try $this-input-get( "q" ), it returns empty. Is there a route or something I need to configure?