Jump to content

Sending form information from one site to another?


andreasb

Recommended Posts

Hello!

I need help with a little PHP/coding problem.

Whenever a visitor of mine enters an email address into a form, it should lead the visitor to a new page where the "email address" form is already filled out with the address they typed in on the first page.

The problem is that I don't own the last page, and therefor I can't edit it to fit my needs properly.

 

Let's say that the target websites input field is called "email" and it should hold the email address from the first page!

How can I do this?

 

Basically, you can use cURL to access a certain PHP page on your server. This PHP file should output whatever you need. The script that requested this page will receive that output in return.

 

If you search PHP cURL in google, it might become clearer what it can do for you.

 

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.