I have to fill in a web form using a php script, how I would do it and get the address of the web page that has a result once submit. I need to fill in text boxes, the press the submit button. Any idea what module I could use ? Any simple sample ?
Thank you
What for do you need a form then? Just prepare a POST request on the target URL with the required data and execute it with CURL.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.