Welcome Guest, Not a member yet? Register   Sign In
Session ID
#1

Hi im a newbbie , i need you help or advise , 

im making some report and i need to use the "id" from 
PHP Code:
$this->session->userdata('logged_in'); 

 i check 
$ses= $this->session->userdata('logged_in');
echo '<pre>';
print_r($ses);
and my data is 
[id] => 23
   [username] =>John Doe 


now how i can use this id because i do this and dont show anything 

$ses= $this->session->userdata('id');

echo '<pre>';
print_r($ses);
   
Reply


Messages In This Thread
Session ID - by morocho1979 - 01-29-2016, 07:26 AM
RE: Session ID - by pdthinh - 01-29-2016, 07:38 AM
RE: Session ID - by morocho1979 - 01-29-2016, 08:05 AM
RE: Session ID - by josepostiga - 01-29-2016, 09:04 AM
RE: Session ID - by freddy - 01-29-2016, 07:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB