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
there is $HTTP_SESSION_VARS['_amember_subscriptions'] it keeps history of all member payments PHP: print_r($HTTP_SESSION_VARS['_amember_subscriptions']);