Hi,
I'm familiar with JavaScript and HTML but have no server side experience. Here is what I'd like to do and any advice and help on
how to implement it would be greatly appreciated.
I sell a an e-guide and use paypal as a credit card merchant.
After a customer makes a payment I get an email from paypal.
Once I verifly payment I email the guide. Paypal also returns the customer to an html thankyou page that I provide. I'd like to automate that process where they can just download the guide
without waiting for me to email it. ('im also running into all kinds of problems with free email accounts, ie.. limitations on file xfer and mail box sizes, full mailboxes etc.) I could have the thankyou page contain a link they could click to download the guide but this is not secure enough.
Thanks
I'm familiar with JavaScript and HTML but have no server side experience. Here is what I'd like to do and any advice and help on
how to implement it would be greatly appreciated.
I sell a an e-guide and use paypal as a credit card merchant.
After a customer makes a payment I get an email from paypal.
Once I verifly payment I email the guide. Paypal also returns the customer to an html thankyou page that I provide. I'd like to automate that process where they can just download the guide
without waiting for me to email it. ('im also running into all kinds of problems with free email accounts, ie.. limitations on file xfer and mail box sizes, full mailboxes etc.) I could have the thankyou page contain a link they could click to download the guide but this is not secure enough.
Thanks
Comment