Welcome Guest, Not a member yet? Register   Sign In
loading a view and redirecting
#2

[eluser]Lovecannon[/eluser]
This would work: Add a <?=refresh?> in the head of your view, and if you need to redirect:
Code:
$data['refresh'] = "<meta http-equiv='refresh' content='3;URL=" . $URL . "'>";
$this->load->view('viewname', $data);
That should work


Messages In This Thread
loading a view and redirecting - by El Forum - 12-16-2007, 01:58 PM
loading a view and redirecting - by El Forum - 12-16-2007, 03:13 PM
loading a view and redirecting - by El Forum - 12-17-2007, 02:49 AM
loading a view and redirecting - by El Forum - 12-17-2007, 10:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB