Post data

L

Lee Jarvis

Ok guys lets say i have a form like this in a webpage

<form action="nextpage.php" method="post">
<input type="text" name="name" />
<input type="text" name="age" />
<input type="submit" />
</form>

Is there any way to send post data and then grab the source of
nextpage.php? Could anyone give me a small example of how to do it? I
can't seem to work it out.

tia
 
L

Lee Jarvis

Lee said:
Ok guys lets say i have a form like this in a webpage

<form action="nextpage.php" method="post">
<input type="text" name="name" />
<input type="text" name="age" />
<input type="submit" />
</form>

Is there any way to send post data and then grab the source of
nextpage.php? Could anyone give me a small example of how to do it? I
can't seem to work it out.

tia

Nevermind.. I have

Net::HTTP.post_form

thanks anyway
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top