Welcome Guest, Not a member yet? Register   Sign In
Adding values to an existing Session array
#1

[eluser]BrandonDurham[/eluser]
I am creating a session array called "entry_data" and filling it with a few values, like this:
Code:
$entry_data = array(
    'album_title' => $this->input->post('album_title'),
    'release_date' => $this->input->post('release_date')
);
$this->db_session->set_userdata('entry_data', $entry_data);

How do I go about later adding more values to the $entry_data session array without overwriting the data that's already there?

Thanks!


Messages In This Thread
Adding values to an existing Session array - by El Forum - 11-03-2007, 04:40 PM
Adding values to an existing Session array - by El Forum - 11-03-2007, 05:03 PM
Adding values to an existing Session array - by El Forum - 11-03-2007, 06:02 PM
Adding values to an existing Session array - by El Forum - 11-03-2007, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB