RE: [PHP] Faking a form POST

2002-04-16 Thread .ben
Subject: RE: [PHP] Faking a form POST > > > On 16 Apr 2002 at 12:22, .ben wrote: > > > hmm, i was kinda after an in-process component like the ASP components > > ASPHTTP (http://www.ServerObjects.com) and ASPTear > > (http://www.alphasieraapapa.com). > > >

RE: [PHP] Faking a form POST

2002-04-16 Thread .ben
Erik, thanks for this. Works great, .b > -Original Message- > From: Erik Price [mailto:[EMAIL PROTECTED]] > Sent: 16 April 2002 14:30 > To: [EMAIL PROTECTED] > Cc: PHP > Subject: Re: [PHP] Faking a form POST > > > > On Monday, April 15, 2002, at 09

Re: [PHP] Faking a form POST

2002-04-16 Thread Erik Price
On Monday, April 15, 2002, at 09:36 PM, .ben wrote: > Hi. Does anyone know how to POST data to another script as if a form > had > done so? I want to POST some data to a script on another site and > retrieve > the data that is returned so i can poick it apart, i did it in ASP > using a > 3

Re: [PHP] Faking a form POST

2002-04-16 Thread Shaun Martinec
Check out the php docs for curl: http://www.php.net/manual/en/ref.curl.php Maybe it's more of what you need. I use it with paypay autopay and such. "Steve Dix" <[EMAIL PROTECTED]> wrote in message 3CBC2652.2995.4CD93C@localhost">news:3CBC2652.2995.4CD93C@localhost... > On 16 Apr 2002 at 12:22, .b

RE: [PHP] Faking a form POST

2002-04-16 Thread Steve Dix
On 16 Apr 2002 at 12:22, .ben wrote: > hmm, i was kinda after an in-process component like the ASP components > ASPHTTP (http://www.ServerObjects.com) and ASPTear > (http://www.alphasieraapapa.com). > > cheers tho, > > .b > Try this : You will have to encode your data in a similar manner to

RE: [PHP] Faking a form POST

2002-04-16 Thread .ben
IL PROTECTED] > Subject: RE: [PHP] Faking a form POST > > > If you're on windows, you can use a program called Achilles. It acts as a > proxy and lets you edit the data you send from your browser... > > Don't have a URL handy, but it's easy to find. > > --