squidlip
10-09-2003, 10:29 PM
My client is using aMember to manage their memberships, but there products are the other members information. ie: contact name, phone, email etc.
What I need to do is pull all the members data from the database and display them on the website.
I've added some custom fields to the signup forms, but it looks like they're being stored in the 'DATA' field as an array.
I'm wondering if there is an easy solution for pulling all member data out, including the data array (which must have to get parsed) for display on a php page.
Also the only fields I'm able to get are first and last names using the print $_SESSION['_amember_user']['placesomething '] code. If the other field worked, like street, email, zip etc. I could probably just create a foreach loop and display them that way, but it won't let me.
Any support or information would greatly be appreciated.
deadline crunching cory
What I need to do is pull all the members data from the database and display them on the website.
I've added some custom fields to the signup forms, but it looks like they're being stored in the 'DATA' field as an array.
I'm wondering if there is an easy solution for pulling all member data out, including the data array (which must have to get parsed) for display on a php page.
Also the only fields I'm able to get are first and last names using the print $_SESSION['_amember_user']['placesomething '] code. If the other field worked, like street, email, zip etc. I could probably just create a foreach loop and display them that way, but it won't let me.
Any support or information would greatly be appreciated.
deadline crunching cory