Jump to content

Auto fill form in


Nodral

Recommended Posts

Hi All

 

Not sure if this is possible, but I spend loads of time filling in the same form on a 3rd party website when people send me their details to check. 

 

Is there any way I am able to build a php script to read and check their details (can do this bit) and then submit them to a form on another website (can't do this bit)?  The form is a hotel booking form and is spread over 4 pages.

 

 

Link to comment
https://forums.phpfreaks.com/topic/248408-auto-fill-form-in/
Share on other sites

Yes, this is very possible and the concept is used by spammers everywhere. Assuming you can do the part that gets the details to check, you can use PHP's Curl library to submit the form with the relevant data.

 

Try reading the following tutorial on submitting forms with Curl: http://www.maheshchari.com/submit-a-form-to-remote-server-with-php-curl/

Link to comment
https://forums.phpfreaks.com/topic/248408-auto-fill-form-in/#findComment-1275670
Share on other sites

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.