Welcome Guest, Not a member yet? Register   Sign In
Show content for scpecific user
#5

[eluser]ardillanet[/eluser]
I solve this. CI run like PHP ever, I'm fool Sad

I did this:

Code:
if($this->session->userdata('logged_in'))
   {

   $session_data = $this->session->userdata('logged_in');
     $data['username'] = $session_data['username'];
     if ($data['username']=='userX')
     {
echo 'show some content";
}



Thank you to all Wink

Regrads
Arol


Messages In This Thread
Show content for scpecific user - by El Forum - 07-17-2012, 08:58 AM
Show content for scpecific user - by El Forum - 07-17-2012, 09:34 AM
Show content for scpecific user - by El Forum - 07-17-2012, 09:46 AM
Show content for scpecific user - by El Forum - 07-17-2012, 09:55 AM
Show content for scpecific user - by El Forum - 07-17-2012, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB