So I just need to add one query to execute when someone successfully registers using AMember. Where should I look at first? It's just a simple query to add a new record in a table with two columns - an ID and the member_id. Thanks in advance.
Assuming they are registered via a product add, the best way IMO to do this to maintain upgrade compatibility would be via a plugin in a "function subscription_added($member_id, $product_id,$member)" block
So it's possible; cool! I'm going to read up on how to do this - I just downloaded it today and am still learning on how it all works.