Welcome Guest, Not a member yet? Register   Sign In
Basic Cookie Help
#3

[eluser]Jim Higgins[/eluser]
Yeah. I am. Sorry. I made a mistake when simplifying for the post. Here's what it actually looks like...

if ($this->input->post('state')) {
$this->_state = $this->input->post('state');
set_cookie('state_cookie', $this->_state);
echo 'Get cookie = ' . get_cookie('state_cookie');
}


Messages In This Thread
Basic Cookie Help - by El Forum - 04-01-2008, 04:29 PM
Basic Cookie Help - by El Forum - 04-01-2008, 05:56 PM
Basic Cookie Help - by El Forum - 04-01-2008, 06:16 PM
Basic Cookie Help - by El Forum - 04-02-2008, 10:00 AM
Basic Cookie Help - by El Forum - 04-02-2008, 10:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB