Re: [PHP] automatic credit card processing

2002-07-22 Thread Dominic
credit card processing Hi all I try to automatically process cc payment. I use online clearing via a third party -- so what I have to do: 1. SSL-TCP/IP connection to this third party-server 2. perform basic http authentication 3. send authorization request parameters to the software (via

[PHP] automatic credit card processing

2002-07-21 Thread Dominic
Hi all I try to automatically process cc payment. I use online clearing via a third party -- so what I have to do: 1. SSL-TCP/IP connection to this third party-server 2. perform basic http authentication 3. send authorization request parameters to the software (via POST or GET) 4. receive +

RE: [PHP] automatic credit card processing

2002-07-21 Thread Martin Towell
either use curl, and set to option to return the results to you to on or use ob_start(), ob_get_contents(), etc -Original Message- From: Dominic [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: [PHP] automatic credit card processing Hi all I