Accessing a remote form in php *

Question

I want to gather info from a user on a local php page (that I control), then use that info to query a form on another site (that I don't control).

How do I do that?

Answer

Have your local form post the data to your local processing script. Then use something like curl to programmatically post the data to the remote server and receieve a response. You will then have to parse the reponse in some way to retrieve meaningful information.

< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/249/" >Accessing a remote form in php< /a>
Share on Google Plus

About Cinema Guy

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment