Hi,
I'm working on a web application that will interact with an existing website from another company.
On the other company's site, there will be a form (using POST) that has my web application as the action element. The user who clicked the submit button will be transferred to my site, where I need to receive the $_POST data from this form to process before redirecting into the web application.
I have done work on the other side, using standard form posts and CURL, but I've never had to write the code for the receiving end.
How do I receive the form data posted from the other website? Can I access the $_POST[''] array as I would with any normal same-site POST transaction?
Please let me know if you need additional detail or if my question wasn't clear!
Thanks!
I'm working on a web application that will interact with an existing website from another company.
On the other company's site, there will be a form (using POST) that has my web application as the action element. The user who clicked the submit button will be transferred to my site, where I need to receive the $_POST data from this form to process before redirecting into the web application.
I have done work on the other side, using standard form posts and CURL, but I've never had to write the code for the receiving end.
How do I receive the form data posted from the other website? Can I access the $_POST[''] array as I would with any normal same-site POST transaction?
Please let me know if you need additional detail or if my question wasn't clear!
Thanks!