Forms : "post"ing

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
scts102
Forum Newbie
Posts: 23
Joined: Thu Aug 25, 2005 2:15 pm

Forms : "post"ing

Post by scts102 »

Hello,

I was wondering if there was a way to post information from a form to a page without displaying that page.
ex:
My form: http://www.mysite.com/form.htm
which posts to http://www.myothersite.com/formdata.htm

How can I have my form post to the other page without displaying the resulting page?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

curl, snoopy, and of the other browser emulation libraries out there...
Post Reply