automatic sending forms and gathering data
Moderator: General Moderators
automatic sending forms and gathering data
there is a form on a web page, when you enter something on the textbox and submit, it opens a new page about the data you put in the text box. i would like to do it automatically. in a loop, i enter data sequentially from a database (i can handle the database part) and submit the form (actually i made automatically sending) and -the important part- i want to see the code of the page that form redirects me (then i will parse the code but it is easy) how can i do that?