PHP 网站中的 Google 结帐集成
尽管Google提供了使用Curl的Google checkout API版本的文档;这很难理解。有人可以指导我如何在我的 PHP 网站上实现它,或者给我任何可以找到集成教程(Google 教程除外)的链接。
我想在我的网站 http://www.go4film.com 上实现它
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里检查一下。它包括 google 提供的 php 示例项目。
http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_PHP.html
这是 php 的 google checkout 集成教程:http://www.macronimous。 com/resources/google_checkout_integration_for_php.asp
希望这有帮助。
PK
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