How can I use GET forms with CodeIgniter?
Posted
by Shamoon
on Stack Overflow
See other posts from Stack Overflow
or by Shamoon
Published on 2010-05-03T01:50:40Z
Indexed on
2010/05/03
1:58 UTC
Read the original article
Hit count: 272
codeigniter
|get
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?
© Stack Overflow or respective owner