I think the CURL library
(http://www.php.net/manual/en/ref.curl.php) is your best bet for
doing this, since you must need SSL (you mentioned credit card
authorization).

If the CURL library isn't compiled with your version of PHP, you
could use the CURL executable & invoke it with exec.

> -----Original Message-----
> From: PeterV [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 28, 2002 9:55 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] newbie: redirecting a POSTed form
>
>
> Hi,
> I have to redirect a POSTed form, ie. a form gets
> posted to my PHP page,
> and I then do some database stuff and then redirect it
> to another site. I
> know of header("http://othersite.com";); to redirect a
> simple URL request,
> but how can I redirect a post with a bunch of form
> fields in it? I don't
> think I am allowed to use GET for this (it's a credit
> card authorization
> provider).
>
> Thanks for any tips, I'm a bit baffled by this..
> Peter
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to