dqz13288 2017-03-11 04:16
浏览 203
已采纳

以PayPal格式传递自定义数据

I want to pass many custom data in PayPal form and get into Success Page. How can I do this?

I use input field name custom, but it has limitation. Please give me proper solution for this.

<input type="hidden" name="custom" id="custom" value="<?php $data['formdata']; ?>" />

This is not work for my functionality.

  • 写回答

1条回答 默认 最新

  • dpj96988 2017-04-19 10:55
    关注

    There is character sending limitation in paypal so one thing you can do when the paypal form is created at that time you can insert all records in temporary table and you only pass that record id in custom field and after payment will be success you can fetch that data from db and insert original data entry.

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

报告相同问题?