Nodral Posted October 4, 2011 Share Posted October 4, 2011 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. Quote Link to comment https://forums.phpfreaks.com/topic/248408-auto-fill-form-in/ Share on other sites More sharing options...
cyberRobot Posted October 4, 2011 Share Posted October 4, 2011 Have you tried something like the Autofill Forms plug-in for Firefox? https://addons.mozilla.org/en-US/firefox/addon/autofill-forms/ Quote Link to comment https://forums.phpfreaks.com/topic/248408-auto-fill-form-in/#findComment-1275668 Share on other sites More sharing options...
mikesta707 Posted October 4, 2011 Share Posted October 4, 2011 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/ Quote Link to comment https://forums.phpfreaks.com/topic/248408-auto-fill-form-in/#findComment-1275670 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.