echo paysys

Discussion in 'Troubleshooting' started by meany, Mar 13, 2004.

  1. meany

    meany Guest

    how can i echo the paysys_id
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    PHP:
    echo $paysys_id;
  3. meany

    meany Guest

    i have an if staement that needs to recieve the paysy_id to prcess the if statement.

    so this is the same as $http_$SESSIONS_$VAR['_amember_user']['member_id'];

    will it work just like using echo $paysys_id or do i need to add something else casue i need it in one of my php scripts
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    there is
    $HTTP_SESSION_VARS['_amember_subscriptions']

    it keeps history of all member payments

    PHP:
    print_r($HTTP_SESSION_VARS['_amember_subscriptions']);

Share This Page