Jump to content

How do I receive PHP form POST data (and redirected user) from another website?


artech

Recommended Posts

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 redirected 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 to send data to another site, 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! I'm fast approaching deadlines and really appreciate your help!

 

Thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.