08-08-2010, 11:47 PM
[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
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