Welcome Guest, Not a member yet? Register   Sign In
Redirection problem in codeigniter
#2

[eluser]Mauricio de Abreu Antunes[/eluser]
Try to echo something before this redirect.
Like:
Code:
echo 'Test'; exit;
redirect('page', refresh);

When your redirect a page that is in the same controller, you can call the controller.
Like:
Code:
$this->index();


Messages In This Thread
Redirection problem in codeigniter - by El Forum - 04-17-2012, 05:38 AM
Redirection problem in codeigniter - by El Forum - 04-17-2012, 06:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB