Welcome Guest, Not a member yet? Register   Sign In
How to load database from url
#6

[eluser]Matt S.[/eluser]
You will probably have to add the segment manually into the redirect() function like this:

Code:
redirect( $this->uri->segment(1) . "/group/new");

That is assuming you are calling the redirect() function from somewhere that has "acme" in the URL.


Messages In This Thread
How to load database from url - by El Forum - 11-27-2010, 09:51 AM
How to load database from url - by El Forum - 11-27-2010, 10:24 AM
How to load database from url - by El Forum - 11-27-2010, 10:39 AM
How to load database from url - by El Forum - 11-27-2010, 10:44 AM
How to load database from url - by El Forum - 11-27-2010, 10:51 AM
How to load database from url - by El Forum - 11-27-2010, 11:02 AM
How to load database from url - by El Forum - 11-27-2010, 11:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB