RE: [PHP] newbie: redirecting a POSTed form

2002-05-29 Thread Jonathan Rosenberg

I'm not aware of any simpler method.

Are you unable to install a stand-alone executable on the server
you are using?

> -Original Message-
> From: PeterV [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 29, 2002 11:28 AM
> To: Jonathan Rosenberg; [EMAIL PROTECTED]
> Subject: RE: [PHP] newbie: redirecting a POSTed form
>
>
>
> >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).
>
> Is there not a simpler way of doing this?? I thought
> there would be... I
> can't install extra software on the server. help?
> 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




RE: [PHP] newbie: redirecting a POSTed form

2002-05-29 Thread PeterV


>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).

Is there not a simpler way of doing this?? I thought there would be... I 
can't install extra software on the server. help?
Peter



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




RE: [PHP] newbie: redirecting a POSTed form

2002-05-29 Thread Jonathan Rosenberg

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




[PHP] newbie: redirecting a POSTed form

2002-05-29 Thread PeterV

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