Re: [PHP] emulate Post with redirect

2003-01-06 Thread Bobby Patel
I was trying to do it without cURL, since it's not on our server. I guess I'll just install it, and just use that. I checked out snoopy but when it gets down to it, it just uses cURL, so I rather just use cURL directly and cut the fat (of code that is). Jason Wong [EMAIL PROTECTED] wrote in

Re: [PHP] emulate Post with redirect

2003-01-06 Thread Chris Shiflett
--- Bobby Patel [EMAIL PROTECTED] wrote: I was trying to do it without cURL, since it's not on our server. You can do it manually. There is probably a lot of good information on this topic if you search through the archives on automating a post. To give you a quick idea, you can check out this

[PHP] emulate Post with redirect

2003-01-05 Thread Bobby Patel
Hello, I want to emulate a POST request to Paypal. Originally a POST request is sent from the user (through a form) and the user is redirected to paypal's site. Now, what I want to do is to emulate a POST request (so that the surfer can't see some of the hidden fields of the form) and to deter

Re: [PHP] emulate Post with redirect

2003-01-05 Thread Jason Wong
On Monday 06 January 2003 14:01, Bobby Patel wrote: Hello, I want to emulate a POST request to Paypal. Originally a POST request is sent from the user (through a form) and the user is redirected to paypal's site. Now, what I want to do is to emulate a POST request (so that the surfer can't see