02-16-2009, 02:16 PM
[eluser]macleodjb[/eluser]
Hi guys,
I'm having a small problem posting flashdata to my browser. I'm currently using this line of code for flashdata
Everything in the background executes as it should but my message does not appear until you try and refresh the page again. Anyone know why this is happening?
Thanks in advance.
Hi guys,
I'm having a small problem posting flashdata to my browser. I'm currently using this line of code for flashdata
Code:
$this->session->set_flashdata('message','You have successfully changed your security question');
$this->load->view('account/change_security_question', $data);
Everything in the background executes as it should but my message does not appear until you try and refresh the page again. Anyone know why this is happening?
Thanks in advance.