pravat231
pravat231

Reputation: 780

Google checkout integration in PHP website

Although Google provide the documentation for Google checkout API version using Curl; it's hard to understand. Could someone please give me guidance on how I can implement it on my PHP site or give me any link where I can find the tutorial for the integration except the Google tutorial.

I want to implement it on my website http://www.go4film.com

Upvotes: -1

Views: 6761

Answers (1)

Pavan
Pavan

Reputation: 18548

Here check this out. it includes php sample projects provided by google.

http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_PHP.html

And here's a tutorial for google checkout integration for php: http://www.macronimous.com/resources/google_checkout_integration_for_php.asp Hope this helps.

PK

Upvotes: 2

Related Questions