I am building a website for an artist. The dev site can be found at: http://03993a0.netsolhost.com
For each painting on the site I want to dynamically generate a buy it now button. In other words I want to pass the price and item name to paypal from php which is in turn pulling the info from my database.
I have my api credentials and am just looking for the simplest way to implement this functionality.
I checked out the following thread, but wasn't quite sure how the implementation worked or if that is the right solution. If that is the correct solution, how do I generate the encrypted key in the form and why doesn't the form POST a local php file with the cURL requests? Dynamic PayPal button generation - isn't it very insecure?
Many thanks for the help!