在表单提交上同时操作需要帮助

时间:2022-11-23 20:26:47

I have a page that submits data to PayPal, through their standard form fields.(not using their button generator)

我有一个页面通过标准表单字段向PayPal提交数据。(不使用他们的按钮生成器)

Normally i would have the user fill out the form and then on submit go to the page that process the data to mysql and sets the new hidden form fields to be submitted to paypal.

通常我会让用户填写表单,然后在提交时转到处理数据到mysql的页面,并设置要提交给paypal的新隐藏表单字段。

I want to be able to insert the data into the database via php/mysql and pass the variables to PayPal with one submit button. Can I do that some how?

我希望能够通过php / mysql将数据插入数据库,并通过一个提交按钮将变量传递给PayPal。我可以这样做吗?

simultaneous

同时

1 个解决方案

#1


3  

Follow the instructions for Implementing the Simplest Express Checkout Integration.

按照实施最简单的快速结账集成的说明进行操作。

It is a little long but it explains exactly what you need to do.

它有点长,但它确切地解释了你需要做什么。

在表单提交上同时操作需要帮助

#1


3  

Follow the instructions for Implementing the Simplest Express Checkout Integration.

按照实施最简单的快速结账集成的说明进行操作。

It is a little long but it explains exactly what you need to do.

它有点长,但它确切地解释了你需要做什么。

在表单提交上同时操作需要帮助