dougao7801 2011-02-05 14:22
浏览 32
已采纳

Paypal php MySQL集成教程

I have a complete automatic notification system running on my web page, that is a simple PHP script which search for emails in a database and then send an email to each one, all of this using a Cronjob. The thing is that now i want to transform my free service into a pay one. I want to use PayPal, for a while I've been using it for donations, but now i want it to do monthly payments, and every time the user pays a month a new value enter in the database so the PHP script can know if the user pay or not in order to send or not the email.

I know how to use the monthly payment system on PayPal, but I can't find any tutorials on how to integrate the checkout process of PayPal to my custom made php script in order to automatically know when my users pays and then do a modification on MySQL. Thanks

  • 写回答

1条回答 默认 最新

  • duai8153 2011-02-05 14:26
    关注

    Check out this link About IPN and API for paypal , you should set yout IPN in your account first .

    Here is a PHP example

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分