I am developing an web app using Codeigniter.
In this app I got a tag based search. I need people to be able to use an URL where
the tags are predefined and then do a search using them.
Like this:
http://example.com/search/tags/tag1/tag2/tag3
How can I get all segments (tags) efter the tags segment?
Thankful for all input!
I am guessing you want to use in controller