Uploading custom cart to Paypal from PHP page using POST
问题 I'm using Website Payments Standard on PayPal. So I have a custom purchase page which is essentially a list of my licences (pulled from the database): licence type A: $100 licence type B: $200 licence type C: $300 They choose one of those (radio button) then click the purchase button. This POSTs the page to my processing PHP page which gets the selected licence_id from the previous page, then uses that to select the correct licence information from the database (price, licence duration) etc.