Welcome Guest, Not a member yet? Register   Sign In
Easier way of achieving this?
#1

[eluser]Samus[/eluser]
Code:
// code
else {
                    redirect($this->uri->segment(1).'/'.$this->uri->segment(2).'/'.$this->uri->segment(3));
                }

I can't seem to find any helpers/libraries that can help me achieve this redirect? The pages are dynamic so I can't just define where to redirect to.

Just wondering if there was a more effecient way of achieving the above.




Theme © iAndrew 2016 - Forum software by © MyBB