automatic sending forms and gathering data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
msiirt
Forum Newbie
Posts: 1
Joined: Wed Jan 06, 2010 4:28 pm

automatic sending forms and gathering data

Post by msiirt »

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?
Post Reply