Additional field data

Discussion in 'Customization & add-ons' started by zzz, Oct 13, 2005.

  1. zzz

    zzz New Member

    Joined:
    Oct 13, 2005
    Messages:
    2
    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...

    :confused:
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    PHP:
    print join(","$_SESSION['_amember_user']['data']['myField']);

Share This Page