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.

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?

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