Welcome Guest, Not a member yet? Register   Sign In
Admin directory
#8

[eluser]Ben Edmunds[/eluser]
Before your redirect:
Code:
$this->session->set_flashdata(''message', 'You were redirected because...');
redirect();

and then at the page you redirected to you can access the message with:
Code:
$this->session->flashdata('message');


Messages In This Thread
Admin directory - by El Forum - 12-07-2009, 09:25 AM
Admin directory - by El Forum - 12-07-2009, 09:29 AM
Admin directory - by El Forum - 12-07-2009, 09:34 AM
Admin directory - by El Forum - 12-07-2009, 09:39 AM
Admin directory - by El Forum - 12-07-2009, 09:42 AM
Admin directory - by El Forum - 12-07-2009, 09:45 AM
Admin directory - by El Forum - 12-09-2009, 01:19 PM
Admin directory - by El Forum - 12-09-2009, 01:22 PM
Admin directory - by El Forum - 12-09-2009, 01:24 PM
Admin directory - by El Forum - 12-09-2009, 01:27 PM
Admin directory - by El Forum - 12-09-2009, 01:28 PM
Admin directory - by El Forum - 12-09-2009, 01:48 PM
Admin directory - by El Forum - 12-09-2009, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB