Welcome Guest, Not a member yet? Register   Sign In
problem retrieving uri segments using $this->uri->segment()
#3

[eluser]Cristian Gilè[/eluser]
If you are using re-reouted URI you have to use:

Code:
$this->uri->rsegment(n)

not

Code:
$this->uri->segment(n)

URI class is not compatible with QUERY_STRING


Messages In This Thread
problem retrieving uri segments using $this->uri->segment() - by El Forum - 01-07-2011, 05:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB