Hi Ronald,
Yes! That is the process I am looking for.
What is a cURL POST? Can you point me to an example? In the meantime, I'll be checking the Web to see what it is and how to use it in this context.
Thanks again!...
User Profile
Collapse
-
Hi TheServant,
The information is going to a financial institution. Their page accepts POST data by having a form submit that information like this:
But the problem is that I need to process the data on my site first like this:Code:<form action="http://www.financialinstitution.com/processpayment" method="post">
...Code:<form action="process.php" method="
Leave a comment:
-
-
Hi RoninOni.
The assumption here is that two sites are controlled by two different parties: our Web site is controlled by me and the payment processing site is controlled by a known corporation.
I have had no problem sending POST data to the site and receiving POSTBACK data. The problem is with being able to process the data and send the same data to the external site. To process my data, a user clicks the Submit button...Leave a comment:
-
How do you get the hidden inputs to resubmit without requiring a user to click on a Submit button?...Leave a comment:
-
RePOSTing form data
Hi folks,
I am working on a registration form that records its data in a database on our Web site then forwards the user to another site's page where fee processing occurs. The other site's page uses POST data from my form to populate its fields and records.
How do I get my site to send POST data again to the other site after the user has already clicked the Submit button on my end and it has been sent to one of my...
No activity results to display
Show More
Leave a comment: