RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Jonathan Rosenberg \(Tabby's Place\)
#x27;Adam Voigt' > Cc: [EMAIL PROTECTED] > Subject: RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > > Is there anything else that I can do. I am running PHP 4.1.2 so > the fopen() doesn't work and I donot have support for CURL. Any > other suggesti

RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Jaime Bozza
SL support. If not, you may need to change providers. :) Jaime > -Original Message- > From: Ben C. [mailto:benc@;cox.net] > Sent: Tuesday, November 05, 2002 12:19 PM > To: Jaime Bozza; 'Adam Voigt' > Cc: [EMAIL PROTECTED] > Subject: RE: Re: [PHP] Creating

RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Ben C .
7;" <[EMAIL PROTECTED]>, "'Adam Voigt'" <[EMAIL PROTECTED]> > CC: <[EMAIL PROTECTED]> > Subject: RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > Except that https:// doesn't work with fopen until PHP 4.3.0. > > Su

RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Adam Voigt
format, which really is nothing more than the GET format string. > (Secure transaction APIs typically don't allow GET) > > var=somevalue&var2=somevalue2&var3=anothervalue > > > > > > -Original Message----- > > From: Ben C. [mailto:benc@;cox.

RE: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Jaime Bozza
November 05, 2002 11:55 AM > To: Adam Voigt > Cc: [EMAIL PROTECTED] > Subject: Re: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > > I am not sure if that is what they want. I will try it and > get back. Good suggestion. > > > > From: Adam Voigt <

RE: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Adam Voigt
[mailto:adam@;cryptocomm.com] > > Sent: Tuesday, November 05, 2002 12:33 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > > > > > Like: > > > > $f = fopen("http

RE: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Jonathan Rosenberg \(Tabby's Place\)
> Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Creating SSL Connection to Accept Credit Cards > > > Like: > > $f = fopen("https://whatever.com","r";) > > ? > > On Tue, 2002-11-05 at 12:31, [EMAIL PROTECTED] wrote: > > My credit card proc

Re: Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Ben C .
I am not sure if that is what they want. I will try it and get back. Good suggestion. > > From: Adam Voigt <[EMAIL PROTECTED]> > Date: 2002/11/05 Tue PM 12:33:00 EST > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: [PHP] Creating SSL Connection to Accep

Re: [PHP] Creating SSL Connection to Accept Credit Cards

2002-11-05 Thread Adam Voigt
Like: $f = fopen("https://whatever.com","r";) ? On Tue, 2002-11-05 at 12:31, [EMAIL PROTECTED] wrote: > My credit card processor requires that I create an SSL connection in order to >generate a transaction key. How would I go about writing a script to do so. Please >point me in the right dir