http://mysite.com/do-something-special.php?name=%%full_name%%&item=%%item_number%%
Also, would a relative address work as well, for example:
One issue with using hooks is analyzing the array structure returned by get_defined_vars for each hook we need (registration, payments, refunds etc.). Another issue, then, is not knowing if that array structure will remain stable across possible s2member upgrades. So, maybe notifications are the way to go, after all.
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 3:19 pm
http://mysite.com/do-something-special.php?name=%%full_name%%&item=%%item_number%%
/special_directory/do-something-special.php?name=%%full_name%%&item=%%item_number%%
Statistics: Posted by martonic — July 22nd, 2010, 1:58 pm
http://mysite.com/do-something-special.php?secretKey=628983412-02342230412984532342
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 7:59 am
do_action ("ws_plugin__s2member_during_paypal_notify_during_subscr_signup_wo_update_vars", get_defined_vars ());
Statistics: Posted by martonic — July 20th, 2010, 11:48 am