Thanks, Patrick.
Your comments were helpful, but I feel like I'm still missing a piece of the puzzle. Maybe you (or others) could provide some additional insight.
WHAT IS WORKING:
* I can process orders and refunds easily.
* PayPal's password management feature successfuly creates login IDs and passwords.
* PayPal successfully sends emails to customers and the web site administrator.
PROBLEM:
* The login IDs and passwords are not getting posted to my web site server.
WHAT I HAVE DONE:
* Using the PayPal button wizard, I created a PayPal subscription button with automatic monthly renewals and placed it on my web page. NOTE: I selected to have PayPal perform password management.
* From a PayPal development page (
https://www.paypal.com/c...?cmd=p/xcl/rec/ipn-code ), I copied the PayPal Perl script for IPN and saved it as a separate file in my web site titled "ipn_perl.cgi" . NOTE: The complete URL that I use in my PayPal IPN setup is correct. The only change that I made to the PayPal Perl script was to change the path to my web host's Perl script from " #!/usr/bin/local/perl " to " #!/usr/bin/perl ".
* Even if I had the "password" variable into the PayPal Perl script (mentioned above), there are no passwords being posted to my web site.
* On my web site, I suspect that I need a second script page for password management --- in addition to the IPN Perl script page. Is this correct and how would I code it?
I feel that I am very close to success, but just can't seem to get there. I have read the PayPal Manuals for IPN and Subscriptions numerous times; much of it is well written and helpful. However, there are certain posting and password management techniques that are vague as to what specific file types to create. Heck, most of the variables are listed...I just need to know what SPECIFIC files to put them in.
I am doing some serious stressing on this because I just don't know what course to pursue. H-E-L-P !!!
Best regards,
Todd Ruffaner
Clearly I.T. (
www.clearlyit.com )
toddr@clearlyit.com