Welcome Guest, Not a member yet? Register   Sign In
Making a registration system
#2

[eluser]InsiteFX[/eluser]
Try this:
Code:
function Datos()
{
   $CI =& get_instance();

   $datos = array(
        'nombre'   => $CI->session->userdata('nombre'),
        'apellido' => $CI->session->userdata('apellido')
    );

    return $datos;
}


Messages In This Thread
Making a registration system - by El Forum - 02-09-2013, 10:22 PM
Making a registration system - by El Forum - 02-09-2013, 11:32 PM
Making a registration system - by El Forum - 02-09-2013, 11:49 PM
Making a registration system - by El Forum - 02-10-2013, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB