Hi Guys,
What would be the best way to approach this.
I have a form with a number of input fields.
For example name, address, amount, response_code etc. This form and it's details get sent to a secure pay site for varivacation (credit card numbers etc) and depending on the result they send a varified or non-varified page. In the URL of these pages is a query string, for example:
http://www.ripefruit.com/securepay/thankyou.phpUKMD01&amount=1500&response_code=08&txn_id=000015&settle_date=20020424&card_type=Visa&optional_info=Services
The secure pay site only sends back certain details in the query string as you can see above. What i want to do is send the name, address etc. to a database when they submit the form but also send the amount, response_code etc. from the query string to the database as well, keeping in mind that it has to correspond with the name, address etc. that was added when the form was first submited?
Any ideas?
micmac