Hi, I added some extra fields to the database (phonenumber, company, street2) and need to get the information out to put in an email. This does not seem to be working: include('/amember/config.inc.php'); $au=$_SESSION['_amember_user']; $company = $au[company]; Any suggestions? Does the field have to be created in the "not recommended" SQL format to access it? Thanks, Darcy