Using Codeigniter.
I have a search form on each of my pages. If I use form helper, it defaults to POST. I'd like the search term to show up in the URI: example -- mysite.com/search/KEYWORD
I've been on Google for about an hour to no avail -- only articles on how "GET" is basically disabled because of the native URI convention. But seriously, I can't be the first person to want this kind of functionality. Am i?
Much thanks.