Welcome Guest, Not a member yet? Register   Sign In
Don't redirect
#1

[eluser]mikevu[/eluser]
Hello,
I have a form to update.
When I update my data complete but redirect don't run
This is my code:
if ($this->form_validation->run() == TRUE)
{
$this->settings->update_settings(); //OK, tested;
$this->session->set_flashdata('message', lang('successfully_updated')); //OK tested
redirect('admin/settings', 'refresh'); // Don't work. WHY??

}

Please Help me.
Thank


Messages In This Thread
Don't redirect - by El Forum - 07-01-2009, 12:30 PM
Don't redirect - by El Forum - 07-01-2009, 12:46 PM
Don't redirect - by El Forum - 07-01-2009, 03:58 PM
Don't redirect - by El Forum - 07-03-2009, 01:36 AM
Don't redirect - by El Forum - 07-03-2009, 05:19 AM
Don't redirect - by El Forum - 07-05-2009, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB