PayPal Integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
david64
Forum Commoner
Posts: 53
Joined: Sat May 02, 2009 8:12 am
Location: Wales

PayPal Integration

Post by david64 »

Bonjour,

It's been a while since I last did a PayPal integration and can't remember what I used. Reading through the site, I am finding most of the text is just waffle.

I am looking for a PayPal integration method/package that I forward the browser to when a form has been successfully submitted. If that's not possible, I guess it'll have to be a button.

Does anyone know what I should be using?
ldougherty
Forum Contributor
Posts: 103
Joined: Sun May 03, 2009 11:39 am

Re: PayPal Integration

Post by ldougherty »

What type of integration are you looking to accomplish? Why not just use paypal's built in method of linkable images that will direct users to a paypal form to checkout?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: PayPal Integration

Post by Eran »

PayPal has plenty of code samples in several languages (PHP included). https://cms.paypal.com/us/cgi-bin/?cmd= ... brary_code
Post Reply