I've created a few custom fields for a member profile. If it's a single value, I have no problem getting it back by using: PHP: $_SESSION['_amember_user']['data'][myField'] However if it's an array, I'm a bit at a loss how to get that value printed...