Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我正在尝试为我的游戏用户制作某种脚本,将游戏中的商品发送到他们的帐户。
首先,我要存储一个变量,例如 uniqueid
我想做的是在购买后在 MySQL 表中找到该变量。我知道 paypal 中有自定义字段,但我太愚蠢了,无法理解如何使用它。我只需要对它有一个简单的了解,剩下的我可以做。
我已经进行了 2 周的谷歌搜索,但在这方面我只是一个困惑的人。
在提交付款或订阅时设置此项
<input type="hidden" name="custom" value="'.$custom.'"/>
它应该在 ipn 上以 $_POST['custom'] 的形式提供