User Profile

Collapse

Profile Sidebar

Collapse
dbws
dbws
Last Activity: Mar 12 '08, 06:42 PM
Joined: Mar 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dbws
    replied to RePOSTing form data
    in PHP
    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!...
    See more | Go to post

    Leave a comment:


  • dbws
    replied to RePOSTing form data
    in PHP
    Hi TheServant,

    The information is going to a financial institution. Their page accepts POST data by having a form submit that information like this:

    Code:
    <form action="http://www.financialinstitution.com/processpayment" method="post">
    But the problem is that I need to process the data on my site first like this:

    Code:
    <form action="process.php" method="
    ...
    See more | Go to post

    Leave a comment:


  • dbws
    replied to RePOSTing form data
    in PHP
    Is there a way to do this without Javascript?

    Thanks!...
    See more | Go to post

    Leave a comment:


  • dbws
    replied to RePOSTing form data
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • dbws
    replied to RePOSTing form data
    in PHP
    How do you get the hidden inputs to resubmit without requiring a user to click on a Submit button?...
    See more | Go to post

    Leave a comment:


  • dbws
    started a topic RePOSTing form data
    in PHP

    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...
    See more | Go to post
No activity results to display
Show More
Working...