What code do I use to associate a non-aMember page to to aMember

Discussion in 'aMember Pro v.4' started by comptech520, Nov 12, 2011.

  1. comptech520

    comptech520 New Member

    Joined:
    Oct 5, 2007
    Messages:
    28
    I know with v3, I used code like this:

    <?php
    $_product_id = range(1, 1256);
    require_once '/home/domain/public_html/plugins/protect/php_include/check.inc.php';
    ?>

    That way the user is required to login, and if they are logged in it will pull the data with custom fields I created in aMember.

Share This Page