hi there, is there a way to access the details of a member (name, purchased products) directly through mysql? if so, what table do i have to query? i want to create a small php script and list the membership level / products of all members. thanks, phil
Sure you can access these details. am_user - table which jols user's info am_access - table with holds user's active subscriptions. am_product - table which holds info about all products in the system.