Hello I am searching through all of the curl questions, but am unable to find what I am looking for as I am still pretty new to php.
This is what I want to do:
I have a page that accepts a few variables: account number, amount, password, etc. I want to take these variables and POST them to a secure page on a different domain.
After I post those variables I need to retrieve the results of that page. From that page I need to get the values of all the variables POSTED because that site will send page the same variables and either a success or error message.
I pretty much understand how to send the variables, but I am not sure how to retrieve the new variables after I send them.
If you need more information I can provide more detailed code examples.