Storing and Retrieving Session Data |
[eluser]boltsabre[/eluser]
Quote:how can I access specific data out of the array?By its array key Quote:I’m trying to pull a specific item out of the array and storing it in my session data using set_userdata.$this->session->set_userdata('email', $res['email']); Check out the official CI documentation if you haven't already: http://ellislab.com/codeigniter/user-gui...sions.html |
Messages In This Thread |
Storing and Retrieving Session Data - by El Forum - 05-11-2013, 07:27 PM
Storing and Retrieving Session Data - by El Forum - 05-11-2013, 07:46 PM
Storing and Retrieving Session Data - by El Forum - 05-13-2013, 04:30 AM
|