Welcome Guest, Not a member yet? Register   Sign In
how to redirect to different user pages
#6

[eluser]intractve[/eluser]
I cannot say what the problem is unless I know the setup you are running this in.

The redirect() function is something I use extensively and have had zero problems with it so far.
If you can post a bit of code where you are using it I can probably help better.

Just to be helpful to anyone who is reading this thread for help on redirect()

Usage of Redirect

Code:
//To redirect to the user controller
redirect('/user');
//NOT $this->redirect();
//Made this mistake when I first used CI


Messages In This Thread
how to redirect to different user pages - by El Forum - 08-08-2010, 09:31 AM
how to redirect to different user pages - by El Forum - 08-08-2010, 10:41 AM
how to redirect to different user pages - by El Forum - 08-08-2010, 11:15 AM
how to redirect to different user pages - by El Forum - 08-08-2010, 08:27 PM
how to redirect to different user pages - by El Forum - 08-08-2010, 10:06 PM
how to redirect to different user pages - by El Forum - 08-08-2010, 11:47 PM
how to redirect to different user pages - by El Forum - 08-09-2010, 12:13 AM
how to redirect to different user pages - by El Forum - 08-09-2010, 12:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB